MCPcopy Index your code
hub / github.com/python/cpython / Event

Class Event

Lib/_pyrepl/console.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41@dataclass
42class Event:
43 evt: str
44 data: str
45 raw: bytes = b""
46
47
48@dataclass

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…