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

Function collect_sqlite

Lib/test/pythoninfo.py:647–654  ·  view source on GitHub ↗
(info_add)

Source from the content-addressed store, hash-verified

645
646
647def collect_sqlite(info_add):
648 try:
649 import sqlite3
650 except ImportError:
651 return
652
653 attributes = ('sqlite_version',)
654 copy_attributes(info_add, sqlite3, 'sqlite3.%s', attributes)
655
656
657def collect_zlib(info_add):

Callers

nothing calls this directly

Calls 1

copy_attributesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…