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

Method from_memory

Tools/cases_generator/stack.py:166–167  ·  view source on GitHub ↗
(defn: StackItem, offset: PointerOffset)

Source from the content-addressed store, hash-verified

164
165 @staticmethod
166 def from_memory(defn: StackItem, offset: PointerOffset) -> "Local":
167 return Local(defn, offset, True)
168
169 @staticmethod
170 def register(name: str) -> "Local":

Callers 1

popMethod · 0.80

Calls 1

LocalClass · 0.70

Tested by

no test coverage detected