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

Method __init__

tests/test_traitlets.py:1128–1129  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

1126 def test_args_kw(self):
1127 class Foo:
1128 def __init__(self, c):
1129 self.c = c
1130
1131 class Bar:
1132 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected