dependencies
dependencies copied to clipboard
Shield keyword arguments can't repeat existed arguments of the constructor.
class Foo:
def __init__(self, a, b, **kwargs):
...
class Container(Injector):
foo = shield(Foo, a=this.a)
# -------- error