Home
last modified time | relevance | path

Searched defs:dict_factory (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/includes/sqlite3/
Drow_factory.py3 def dict_factory(cursor, row): function
/external/python/cpython3/Doc/includes/sqlite3/
Drow_factory.py3 def dict_factory(cursor, row): function
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py32 def dict_factory(cursor, row): function
/external/python/cpython3/Lib/sqlite3/test/
Dfactory.py31 def dict_factory(cursor, row): function
/external/python/cpython3/Lib/
Ddataclasses.py1218 def asdict(obj, *, dict_factory=dict): argument
1242 def _asdict_inner(obj, dict_factory): argument