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

Method __init__

tests/test_traitlets.py:2787–2789  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2785def test_super_args():
2786 class SuperRecorder:
2787 def __init__(self, *args, **kwargs):
2788 self.super_args = args
2789 self.super_kwargs = kwargs
2790
2791 class SuperHasTraits(HasTraits, SuperRecorder):
2792 i = Integer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected