Home
last modified time | relevance | path

Searched defs:script_obj (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c781 PyObject* script_obj; in pysqlite_cursor_executescript() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp402 if (auto script_obj = as_object(object)) { in toIValue() local
H A Dpybind_utils.h685 if (auto script_obj = as_object(object)) { in toTypeInferredIValue() local
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1752 PyObject *script_obj) in pysqlite_connection_executescript()