Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ __repr__
Method
__repr__
bpython/curtsiesfrontend/events.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self.files_modified = files_modified
14
15
def
__repr__(self) -> str:
16
return
"<ReloadEvent from {}>"
.format(
" & "
.join(self.files_modified))
17
18
19
class
RefreshRequestEvent(curtsies.events.Event):
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected