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

Method subclass_init

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

Source from the content-addressed store, hash-verified

2848 return complex(s)
2849
2850 def subclass_init(self, cls: type[t.Any]) -> None:
2851 pass # fully opt out of instance_init
2852
2853
2854class CComplex(Complex, TraitType[complex, t.Any]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected