Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __repr__
Method
__repr__
traitlets/config/loader.py:419–420 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
417
return
s
418
419
def
__repr__(self) -> str:
420
return
f
"{self.__class__.__name__}({self._super_repr()})"
421
422
423
class
DeferredConfigList(t.List[t.Any], DeferredConfig):
Callers
nothing calls this directly
Calls
1
_super_repr
Method · 0.80
Tested by
no test coverage detected