Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dconnection.h60 char* begin_statement; member
Dconnection.c1138 PyObject* begin_statement; in pysqlite_connection_set_isolation_level() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.h56 const char* begin_statement; member
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py372 def begin_statement(self, stmt): member in GraphBuilder