Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
genwinmap
Function · 0.45
is_evalframe
Method · 0.45
is_other_python_frame
Method · 0.45
is_waiting_for_gil
Method · 0.45
is_gc_collect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected