Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_del
Method
test_del
Lib/idlelib/idle_test/test_codecontext.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
self.assertIsNone(self.cc.t1)
122
123
def
test_del(self):
124
self.cc.__del__()
125
126
def
test_del_with_timer(self):
127
timer = self.cc.t1 = self.text.after(10000,
lambda
: None)
Callers
nothing calls this directly
Calls
1
__del__
Method · 0.45
Tested by
no test coverage detected