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

Method __init__

bpython/curtsiesfrontend/events.py:12–13  ·  view source on GitHub ↗
(self, files_modified: Sequence[str] = ("?",))

Source from the content-addressed store, hash-verified

10 """Request to rerun REPL session ASAP because imported modules changed"""
11
12 def __init__(self, files_modified: Sequence[str] = ("?",)) -> None:
13 self.files_modified = files_modified
14
15 def __repr__(self) -> str:
16 return "<ReloadEvent from {}>".format(" & ".join(self.files_modified))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected