Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ insert
Method
insert
tools/python-3.11.9-amd64/Lib/idlelib/percolator.py:81–83 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
79
Delegator.__init__(self, None)
80
81
def
insert(self, *args):
82
print(self.name,
": insert"
, args)
83
self.delegate.insert(*args)
84
85
def
delete(self, *args):
86
print(self.name,
": delete"
, args)
Callers
15
_change_start
Method · 0.45
_selection_changed
Method · 0.45
update_code_context
Method · 0.45
create_page_font
Method · 0.45
load_font_cfg
Method · 0.45
create_page_highlight
Method · 0.45
get_new_keys
Method · 0.45
load_keys_list
Method · 0.45
helplist_item_add
Method · 0.45
helplist_item_edit
Method · 0.45
load_helplist
Method · 0.45
handle_starttag
Method · 0.45
Calls
1
print
Function · 0.50
Tested by
no test coverage detected