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

Method name

Tools/cases_generator/stack.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194
195 @property
196 def name(self) -> str:
197 return self.item.name
198
199 def is_array(self) -> bool:
200 return self.item.is_array()

Callers 5

genwinmapFunction · 0.45
is_evalframeMethod · 0.45
is_other_python_frameMethod · 0.45
is_waiting_for_gilMethod · 0.45
is_gc_collectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected