MCPcopy 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_strMethod · 0.95
in_memoryMethod · 0.95
type_nameFunction · 0.45
stackref_type_nameFunction · 0.45
emit_defaultFunction · 0.45
array_or_scalarFunction · 0.45
popMethod · 0.45
save_variablesMethod · 0.45
needs_definingMethod · 0.45
for_uopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected