Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ handler
Function
handler
Lib/idlelib/multicall.py:427–428 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
425
426
def
bindseq(seq, n=[0]):
427
def
handler(event):
428
print(seq)
429
text.bind(
"<<handler%d>>"
%n[0], handler)
430
text.event_add(
"<<handler%d>>"
%n[0], seq)
431
n[0] += 1
Callers
11
handle
Method · 0.85
handle_begin_element
Method · 0.85
handle_end_element
Method · 0.85
set_content
Method · 0.85
_main
Function · 0.85
test_fake_error_class
Method · 0.85
measure_itimer_resolution
Method · 0.85
new_handler
Method · 0.85
do_test_codec_errors_handler
Method · 0.85
test_file_display
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
5
test_fake_error_class
Method · 0.68
measure_itimer_resolution
Method · 0.68
new_handler
Method · 0.68
do_test_codec_errors_handler
Method · 0.68
test_file_display
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…