dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Shield object requires **kwargs if keyword arguments were passed.

Open proofit404 opened this issue 5 years ago • 0 comments

If we wrote shield(ClassWithKwargs, x=this.x, y=this.y) then ClassWithKwargs should has **kwargs in it signature.

proofit404 avatar Feb 24 '21 13:02 proofit404