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

Method __init__

traitlets/traitlets.py:1288–1289  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1286
1287class DefaultHandler(EventHandler):
1288 def __init__(self, name: str) -> None:
1289 self.trait_name = name
1290
1291 def class_init(self, cls: type[HasTraits], name: str | None) -> None:
1292 super().class_init(cls, name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected