Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_array
Method
is_array
Tools/cases_generator/stack.py:199–200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
197
return
self.item.name
198
199
def
is_array(self) -> bool:
200
return
self.item.is_array()
201
202
def
__eq__(self, other: object) -> bool:
203
if
not isinstance(other, Local):
Callers
14
__repr__
Method · 0.95
compact_str
Method · 0.95
in_memory
Method · 0.95
type_name
Function · 0.45
stackref_type_name
Function · 0.45
emit_default
Function · 0.45
replace_opcode_if_evaluates_pure
Method · 0.45
array_or_scalar
Function · 0.45
pop
Method · 0.45
save_variables
Method · 0.45
needs_defining
Method · 0.45
for_uop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected