Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ copy
Method
copy
Tools/cases_generator/stack.py:184–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
return
not self.in_local and self.memory_offset is None
183
184
def
copy(self) ->
"Local"
:
185
return
Local(
186
self.item,
187
self.memory_offset,
188
self.in_local
189
)
190
191
@property
192
def
size(self) -> str:
Callers
15
dump
Method · 0.45
replace_opcode_if_evaluates_pure
Method · 0.45
write_uop
Function · 0.45
copy
Method · 0.45
copy_list
Method · 0.45
copy
Method · 0.45
goto_error
Method · 0.45
exit_if
Method · 0.45
exit_if_after
Method · 0.45
goto_error
Method · 0.45
emit_MacroIfStmt
Method · 0.45
emit_IfStmt
Method · 0.45
Calls
1
Local
Class · 0.70
Tested by
6
__init__
Method · 0.36
rollbackImports
Method · 0.36
_subprocess_output
Method · 0.36
_build_src
Method · 0.36
recompile_pymods
Method · 0.36
_build_src
Method · 0.36