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

Class RefreshRequestEvent

bpython/curtsiesfrontend/events.py:19–23  ·  view source on GitHub ↗

Request to refresh REPL display ASAP

Source from the content-addressed store, hash-verified

17
18
19class RefreshRequestEvent(curtsies.events.Event):
20 """Request to refresh REPL display ASAP"""
21
22 def __repr__(self) -> str:
23 return "<RefreshRequestEvent for now>"
24
25
26class ScheduledRefreshRequestEvent(curtsies.events.ScheduledEvent):

Callers 1

refreshMethod · 0.90

Calls

no outgoing calls

Tested by 1

refreshMethod · 0.72