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

Method __init__

bpython/curtsiesfrontend/events.py:32–33  ·  view source on GitHub ↗
(self, when: float)

Source from the content-addressed store, hash-verified

30 for a few seconds"""
31
32 def __init__(self, when: float) -> None:
33 super().__init__(when)
34
35 def __repr__(self) -> str:
36 return "<RefreshRequestEvent for {} seconds from now>".format(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected