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

Method __repr__

bpython/curtsiesfrontend/events.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected