Home
last modified time | relevance | path

Searched refs:psyco_conn_enter (Results 1 – 1 of 1) sorted by relevance

/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dconnection_type.c408 psyco_conn_enter(connectionObject *self, PyObject *dummy) in psyco_conn_enter() function
1207 {"__enter__", (PyCFunction)psyco_conn_enter,