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

Method log

Lib/test/test_sqlite3/test_regression.py:399–400  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

397 def test_bpo37347(self):
398 class Printer:
399 def log(self, *args):
400 return sqlite.SQLITE_OK
401
402 for method in [self.con.set_trace_callback,
403 functools.partial(self.con.set_progress_handler, n=1),

Callers 4

make_namesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected