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

Method subclass_init

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

Source from the content-addressed store, hash-verified

2980 return s # type:ignore[return-value]
2981
2982 def subclass_init(self, cls: type[t.Any]) -> None:
2983 pass # fully opt out of instance_init
2984
2985
2986class CUnicode(Unicode[G, S], TraitType[str, t.Any]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected