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

Method unused

Tools/cases_generator/stack.py:158–159  ·  view source on GitHub ↗
(defn: StackItem, offset: PointerOffset | None)

Source from the content-addressed store, hash-verified

156
157 @staticmethod
158 def unused(defn: StackItem, offset: PointerOffset | None) -> "Local":
159 return Local(defn, offset, False)
160
161 @staticmethod
162 def undefined(defn: StackItem) -> "Local":

Callers 2

popMethod · 0.80
apply_stack_effectFunction · 0.80

Calls 1

LocalClass · 0.70

Tested by

no test coverage detected