I am getting really confused with using kwargs in classes below is my code class Get_Index_Change_Data: def __init__(self, **kwargs): self.idx_chg(*
Does anyone meet this similar FutureWarning? I got this when I was using Tiingo+pandas_datareader? The warning is like: python3.8/site-packages/pandas_datareade
I was going thru PyTorch and found function signatures like torch.zeros(*size, *, out=None, dtype=None, layout=torch.strided, device=None, requires_grad=False)
What is the conventional way to express in a docstring the expected types of keyword arguments? Or is this out of principle something I should not be doing at