Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
class
Event:
43
evt: str
44
data: str
45
raw: bytes = b
""
46
47
48
@dataclass
Callers
15
test_get
Method · 0.90
test_empty
Method · 0.90
test_insert
Method · 0.90
_event
Method · 0.90
test_calc_screen_backspace
Method · 0.90
test_calc_screen_wrap_removes_after_backspace
Method · 0.90
test_calc_screen_backspace_in_second_line_after_wrap
Method · 0.90
test_up_arrow_after_ctrl_r
Method · 0.90
test_newline_within_block_trailing_whitespace
Method · 0.90
test_keyboard_interrupt_clears_screen
Method · 0.90
test_completions_updated_on_key_press
Method · 0.90
test_key_press_on_tab_press_once
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_get
Method · 0.72
test_empty
Method · 0.72
test_insert
Method · 0.72
_event
Method · 0.72
test_calc_screen_backspace
Method · 0.72
test_calc_screen_wrap_removes_after_backspace
Method · 0.72
test_calc_screen_backspace_in_second_line_after_wrap
Method · 0.72
test_up_arrow_after_ctrl_r
Method · 0.72
test_newline_within_block_trailing_whitespace
Method · 0.72
test_keyboard_interrupt_clears_screen
Method · 0.72
test_completions_updated_on_key_press
Method · 0.72
test_key_press_on_tab_press_once
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…