Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ bell
Method
bell
Lib/idlelib/idle_test/test_history.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
def
__getattr__(self, name):
63
return
getattr(self.text, name)
64
def
bell(self):
65
self._bell = True
66
67
68
class
FetchTest(unittest.TestCase):
Callers
15
set_breakpoint_event
Method · 0.45
clear_breakpoint_event
Method · 0.45
clear_file_breaks
Method · 0.45
insert
Method · 0.45
delete
Method · 0.45
remote_stack_viewer
Method · 0.45
close
Method · 0.45
fetch
Method · 0.45
set_region
Method · 0.45
squeeze_current_text
Method · 0.45
check_module_event
Method · 0.45
run_module_event
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected