MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

896
897class SubclassWithKwargs(deque):
898 def __init__(self, newarg=1):
899 deque.__init__(self)
900
901class TestSubclassWithKwargs(unittest.TestCase):
902 def test_subclass_with_kwargs(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected