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

Method subclass_init

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

Source from the content-addressed store, hash-verified

2778 return float(s) # type:ignore[return-value]
2779
2780 def subclass_init(self, cls: type[t.Any]) -> None:
2781 pass # fully opt out of instance_init
2782
2783
2784class CFloat(Float[G, S]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected