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

Method pop_stack

Tools/clinic/libclinic/cpp.py:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 line = line.strip()
73
74 def pop_stack() -> TokenAndCondition:
75 if not self.stack:
76 self.fail(f"#{token} without matching #if / #ifdef / #ifndef!")
77 return self.stack.pop()
78
79 if self.continuation:
80 line = self.continuation + line

Callers

nothing calls this directly

Calls 2

failMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected