Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ undefined
Method
undefined
Tools/cases_generator/stack.py:162–163 ·
view source on GitHub ↗
(defn: StackItem)
Source
from the content-addressed store, hash-verified
160
161
@staticmethod
162
def
undefined(defn: StackItem) ->
"Local"
:
163
return
Local(defn, None, False)
164
165
@staticmethod
166
def
from_memory(defn: StackItem, offset: PointerOffset) ->
"Local"
:
Callers
4
test_effect_sizes
Method · 0.80
emit_default
Function · 0.80
for_uop
Method · 0.80
declare_variables
Function · 0.80
Calls
1
Local
Class · 0.70
Tested by
1
test_effect_sizes
Method · 0.64