Searched refs:check_same_thread (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_sqlite/ |
D | connection.h | 64 int check_same_thread; member
|
D | module.c | 58 int check_same_thread = 1; in module_connect() local 65 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in module_connect()
|
D | connection.c | 68 int check_same_thread = 1; in pysqlite_connection_init() local 78 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in pysqlite_connection_init() 191 self->check_same_thread = check_same_thread; in pysqlite_connection_init() 1106 if (self->check_same_thread) { in pysqlite_check_thread()
|
/external/python/cpython2/Doc/library/ |
D | sqlite3.rst | 167 .. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory…
|