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

Method subclass_init

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

Source from the content-addressed store, hash-verified

2660 return int(s) # type:ignore[return-value]
2661
2662 def subclass_init(self, cls: type[t.Any]) -> None:
2663 pass # fully opt out of instance_init
2664
2665
2666class CInt(Int[G, S]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected