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

Method is_flushed

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

Source from the content-addressed store, hash-verified

598 self.check_names(self.stack.variables)
599
600 def is_flushed(self) -> bool:
601 for var in self.outputs:
602 if var.in_local and not var.memory_offset:
603 return False
604 return self.stack.is_flushed()
605
606 def merge(self, other: "Storage", out: CWriter) -> None:
607 self.sanity_check()

Callers

nothing calls this directly

Calls 1

is_flushedMethod · 0.45

Tested by

no test coverage detected