MCPcopy Create free account
hub / github.com/bpython/bpython / after_suspend

Method after_suspend

bpython/curtsies.py:125–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 self.input_generator.__exit__(None, None, None)
124
125 def after_suspend(self) -> None:
126 self.input_generator.__enter__()
127 self.window.__enter__()
128 self.interrupting_refresh()
129
130 def process_event_and_paint(
131 self, e: str | curtsies.events.Event | None

Callers

nothing calls this directly

Calls 2

interrupting_refreshMethod · 0.95
__enter__Method · 0.45

Tested by

no test coverage detected