MCPcopy 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_sizesMethod · 0.80
emit_defaultFunction · 0.80
for_uopMethod · 0.80
declare_variablesFunction · 0.80

Calls 1

LocalClass · 0.70

Tested by 1

test_effect_sizesMethod · 0.64