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

Method __init__

Lib/test/test_set.py:1739–1740  ·  view source on GitHub ↗
(self, seqn)

Source from the content-addressed store, hash-verified

1737class G:
1738 'Sequence using __getitem__'
1739 def __init__(self, seqn):
1740 self.seqn = seqn
1741 def __getitem__(self, i):
1742 return self.seqn[i]
1743

Callers 6

test_misuse_reinitMethod · 0.45
test_initMethod · 0.45
__init__Method · 0.45
test_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected