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

Method is_flushed

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

Source from the content-addressed store, hash-verified

339 out.start_line()
340
341 def is_flushed(self) -> bool:
342 for var in self.variables:
343 if not var.in_memory():
344 return False
345 return self.physical_sp == self.logical_sp
346
347 def sp_offset(self) -> str:
348 return (self.physical_sp - self.logical_sp).to_c()

Callers 1

is_flushedMethod · 0.45

Calls 1

in_memoryMethod · 0.80

Tested by

no test coverage detected