Method
cursor
psycopg/psycopg/connection.py:200–200
· psycopg/psycopg/connection.py::Connection.cursor
(self, *, binary: bool = False)
Source from the content-addressed store, hash-verified
| 198 | |
| 199 | @overload |
| 200 | def cursor(self, *, binary: bool = False) -> Cursor[Row]: ... |
| 201 | |
| 202 | @overload |
| 203 | def cursor( |