Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ slice
Class
slice
Lib/ast.py:577–578 ·
view source on GitHub ↗
Deprecated AST node class.
Source
from the content-addressed store, hash-verified
575
return
node
576
577
class
slice(AST):
578
""
"Deprecated AST node class."
""
579
580
class
Index(slice):
581
""
"Deprecated AST node class. Use the index value directly instead."
""
Callers
15
Path
Class · 0.85
test_copy_atomic
Method · 0.85
test_repr
Method · 0.85
test_hash
Method · 0.85
test_cmp
Method · 0.85
test_members
Method · 0.85
test_indices
Method · 0.85
test_setslice_without_getslice
Method · 0.85
test_pickle
Method · 0.85
test_copy
Method · 0.85
test_deepcopy
Method · 0.85
test_cycle
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_copy_atomic
Method · 0.68
test_repr
Method · 0.68
test_hash
Method · 0.68
test_cmp
Method · 0.68
test_members
Method · 0.68
test_indices
Method · 0.68
test_setslice_without_getslice
Method · 0.68
test_pickle
Method · 0.68
test_copy
Method · 0.68
test_deepcopy
Method · 0.68
test_cycle
Method · 0.68
test_objecttypes
Method · 0.68