MCPcopy Create free account
hub / github.com/ipython/traitlets / __init__

Method __init__

tests/utils/test_decorators.py:43–46  ·  view source on GitHub ↗
(self, arg1, **kwargs)

Source from the content-addressed store, hash-verified

41 value = Unicode("Hello")
42
43 def __init__(self, arg1, **kwargs):
44 self.arg1 = arg1
45
46 super().__init__(**kwargs)
47
48 parameters = signature(Foo).parameters
49 parameter_names = list(parameters)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected