Searched refs:check_same_thread (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_sqlite/ |
D | module.c | 75 int check_same_thread = 1; in module_connect() local 82 &isolation_level, &check_same_thread, in module_connect()
|
D | connection.h | 60 int check_same_thread; member
|
D | connection.c | 75 int check_same_thread = 1; in pysqlite_connection_init() local 83 &isolation_level, &check_same_thread, in pysqlite_connection_init() 167 self->check_same_thread = check_same_thread; in pysqlite_connection_init() 1270 if (self->check_same_thread) { in pysqlite_check_thread()
|
/third_party/python/Doc/library/ |
D | sqlite3.rst | 211 .. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory… 241 By default, *check_same_thread* is :const:`True` and only the creating thread may
|