Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ SuperHasTraits
Class
SuperHasTraits
tests/test_traitlets.py:2791–2792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2789
self.super_kwargs = kwargs
2790
2791
class
SuperHasTraits(HasTraits, SuperRecorder):
2792
i = Integer()
2793
2794
obj = SuperHasTraits(
"a1"
,
"a2"
, b=10, i=5, c=
"x"
)
2795
assert obj.i == 5
Callers
2
test_super_args
Function · 0.85
test_super_bad_args
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_super_args
Function · 0.68
test_super_bad_args
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…