Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
pop
Method · 0.80
Calls
1
Local
Class · 0.70
Tested by
no test coverage detected