Searched defs:script_obj (Results 1 – 4 of 4) sorted by relevance
781 PyObject* script_obj; in pysqlite_cursor_executescript() local
402 if (auto script_obj = as_object(object)) { in toIValue() local
685 if (auto script_obj = as_object(object)) { in toTypeInferredIValue() local
1752 PyObject *script_obj) in pysqlite_connection_executescript()