MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/test/test_deque.py:901–902  ·  view source on GitHub ↗
(self, newarg=1)

Source from the content-addressed store, hash-verified

899
900class SubclassWithKwargs(deque):
901 def __init__(self, newarg=1):
902 deque.__init__(self)
903
904class TestSubclassWithKwargs(unittest.TestCase):
905 def test_subclass_with_kwargs(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected