MCPcopy Create free account
hub / github.com/ipython/traitlets / X

Class X

tests/test_traitlets.py:2842–2844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2840
2841def 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 1

test_cls_self_argumentFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_cls_self_argumentFunction · 0.68