MCPcopy 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

dumpMethod · 0.45
write_uopFunction · 0.45
copyMethod · 0.45
copy_listMethod · 0.45
copyMethod · 0.45
goto_errorMethod · 0.45
exit_ifMethod · 0.45
exit_if_afterMethod · 0.45
goto_errorMethod · 0.45
emit_MacroIfStmtMethod · 0.45
emit_IfStmtMethod · 0.45

Calls 1

LocalClass · 0.70

Tested by 6

__init__Method · 0.36
rollbackImportsMethod · 0.36
_subprocess_outputMethod · 0.36
_build_srcMethod · 0.36
recompile_pymodsMethod · 0.36
_build_srcMethod · 0.36