dependencies
dependencies copied to clipboard
Shield object requires **kwargs if keyword arguments were passed.
If we wrote shield(ClassWithKwargs, x=this.x, y=this.y) then ClassWithKwargs should has **kwargs in it signature.