MCPcopy Index your code
hub / github.com/RustPython/RustPython / collect_sqlite

Function collect_sqlite

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

Source from the content-addressed store, hash-verified

637
638
639def collect_sqlite(info_add):
640 try:
641 import sqlite3
642 except ImportError:
643 return
644
645 attributes = ('sqlite_version',)
646 copy_attributes(info_add, sqlite3, 'sqlite3.%s', attributes)
647
648
649def collect_zlib(info_add):

Callers

nothing calls this directly

Calls 1

copy_attributesFunction · 0.85

Tested by

no test coverage detected