(self)
| 20 | """Request to refresh REPL display ASAP""" |
| 21 | |
| 22 | def __repr__(self) -> str: |
| 23 | return "<RefreshRequestEvent for now>" |
| 24 | |
| 25 | |
| 26 | class ScheduledRefreshRequestEvent(curtsies.events.ScheduledEvent): |
nothing calls this directly
no outgoing calls
no test coverage detected