MCPcopy Index your code
hub / github.com/python/cpython / slice

Class slice

Lib/ast.py:591–592  ·  view source on GitHub ↗

Deprecated AST node class.

Source from the content-addressed store, hash-verified

589 return node
590
591class slice(AST):
592 """Deprecated AST node class."""
593
594class Index(slice):
595 """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

Used in the wild real call sites across dependent graphs

searching dependent graphs…