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

Method send

bpython/curtsies.py:39–41  ·  view source on GitHub ↗
(
        self, timeout: float | None
    )

Source from the content-addressed store, hash-verified

37
38class SupportsEventGeneration(Protocol):
39 def send(
40 self, timeout: float | None
41 ) -> str | curtsies.events.Event | None: ...
42
43 def __iter__(self) -> "SupportsEventGeneration": ...
44

Callers 2

mainloopMethod · 0.45
_combined_eventsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected