Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ myobj
Class
myobj
Lib/test/test_slice.py:291–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
@unittest.expectedFailure
# TODO: RUSTPYTHON
290
def
test_cycle(self):
291
class
myobj():
pass
292
o = myobj()
293
o.s = slice(o)
294
w = weakref.ref(o)
Callers
1
test_cycle
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_cycle
Method · 0.68