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

Method instance_init

traitlets/traitlets.py:1283–1284  ·  view source on GitHub ↗
(self, inst: HasTraits)

Source from the content-addressed store, hash-verified

1281 self.trait_names = names
1282
1283 def instance_init(self, inst: HasTraits) -> None:
1284 inst._register_validator(self, self.trait_names)
1285
1286
1287class DefaultHandler(EventHandler):

Callers

nothing calls this directly

Calls 1

_register_validatorMethod · 0.80

Tested by

no test coverage detected