Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ _calls_super_default
Method
_calls_super_default
tests/test_traitlets.py:2646–2647 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2644
2645
@default(
"calls_super"
)
2646
def
_calls_super_default(self):
2647
return
-1
2648
2649
@observe(
"calls_super"
)
2650
@observe_compat
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected