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

Method subclass_init

traitlets/traitlets.py:2562–2563  ·  view source on GitHub ↗
(self, cls: type[t.Any])

Source from the content-addressed store, hash-verified

2560 info_text = "any value"
2561
2562 def subclass_init(self, cls: type[t.Any]) -> None:
2563 pass # fully opt out of instance_init
2564
2565
2566def _validate_bounds(

Callers 5

setup_classMethod · 0.45
subclass_initMethod · 0.45
subclass_initMethod · 0.45
subclass_initMethod · 0.45
subclass_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected