Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __init__
Method
__init__
tests/test_traitlets.py:2843–2844 ·
view source on GitHub ↗
(__self, cls, self)
Source
from the content-addressed store, hash-verified
2841
def
test_cls_self_argument():
2842
class
X(HasTraits):
2843
def
__init__(__self, cls, self):
2844
pass
2845
2846
x = X(cls=None, self=None)
2847
Callers
7
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected