MCPcopy 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
577class slice(AST):
578 """Deprecated AST node class."""
579
580class Index(slice):
581 """Deprecated AST node class. Use the index value directly instead."""

Callers 15

PathClass · 0.85
test_copy_atomicMethod · 0.85
test_reprMethod · 0.85
test_hashMethod · 0.85
test_cmpMethod · 0.85
test_membersMethod · 0.85
test_indicesMethod · 0.85
test_pickleMethod · 0.85
test_copyMethod · 0.85
test_deepcopyMethod · 0.85
test_cycleMethod · 0.85

Calls

no outgoing calls

Tested by 15

test_copy_atomicMethod · 0.68
test_reprMethod · 0.68
test_hashMethod · 0.68
test_cmpMethod · 0.68
test_membersMethod · 0.68
test_indicesMethod · 0.68
test_pickleMethod · 0.68
test_copyMethod · 0.68
test_deepcopyMethod · 0.68
test_cycleMethod · 0.68
test_objecttypesMethod · 0.68