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

Method kill

Tools/cases_generator/stack.py:174–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return Local(item, None, True)
173
174 def kill(self) -> None:
175 self.in_local = False
176 self.memory_offset = None
177
178 def in_memory(self) -> bool:
179 return self.memory_offset is not None or self.is_array()

Callers 2

close_inputsMethod · 0.45
cleanup_processFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected