Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1737
class
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_refleaks_in___init__
Method · 0.45
test_misuse_reinit
Method · 0.45
test_refleaks_in___init__
Method · 0.45
test_init
Method · 0.45
__init__
Method · 0.45
test_init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected