Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _d_default
Method
_d_default
tests/test_traitlets.py:2639–2640 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2637
2638
@default(
"d"
)
2639
def
_d_default(self):
2640
return
TransitionalClass
2641
2642
parent_super = False
2643
calls_super = Integer(0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected