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

Method __init__

tests/test_typing.py:40–41  ·  view source on GitHub ↗
(self, c: t.Any)

Source from the content-addressed store, hash-verified

38
39class Foo:
40 def __init__(self, c: t.Any) -> None:
41 self.c = c
42
43
44@pytest.mark.mypy_testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected