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

Method _d_default

tests/test_traitlets.py:2664–2665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2662
2663class SubClass(TransitionalClass):
2664 def _d_default(self):
2665 return SubClass
2666
2667 subclass_super = False
2668

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected