MCPcopy Index your code
hub / github.com/python/cpython / test_interrupt

Method test_interrupt

Lib/test/test_sqlite3/test_dbapi.py:425–426  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

423 self.cx.interrupt()
424
425 def test_interrupt(self):
426 self.assertIsNone(self.cx.interrupt())
427
428 def test_drop_unused_refs(self):
429 for n in range(500):

Callers

nothing calls this directly

Calls 2

assertIsNoneMethod · 0.80
interruptMethod · 0.45

Tested by

no test coverage detected