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

Method is_dead

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

Source from the content-addressed store, hash-verified

179 return self.memory_offset is not None or self.is_array()
180
181 def is_dead(self) -> bool:
182 return not self.in_local and self.memory_offset is None
183
184 def copy(self) -> "Local":
185 return Local(

Callers 1

dropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected