Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_interrupt
Method
test_interrupt
Lib/test/test_sqlite3/test_dbapi.py:427–428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
425
self.cx.interrupt()
426
427
def
test_interrupt(self):
428
self.assertIsNone(self.cx.interrupt())
429
430
def
test_drop_unused_refs(self):
431
for
n in range(500):
Callers
nothing calls this directly
Calls
2
assertIsNone
Method · 0.80
interrupt
Method · 0.45
Tested by
no test coverage detected