MCPcopy Index your code
hub / github.com/bpython/bpython / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

33 super().__init__(when)
34
35 def __repr__(self) -> str:
36 return "<RefreshRequestEvent for {} seconds from now>".format(
37 self.when - time.time()
38 )
39
40
41class RunStartupFileEvent(curtsies.events.Event):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected