mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-18 10:00:31 +03:00
Added missing class signatures in the docs
This commit is contained in:
parent
439dff974d
commit
4f7bbdca26
|
@ -155,7 +155,7 @@ introspection etc.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. autoclass:: ConnectionInfo
|
.. autoclass:: ConnectionInfo(connection)
|
||||||
|
|
||||||
.. versionadded:: 2.8
|
.. versionadded:: 2.8
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ introspection etc.
|
||||||
.. autoattribute:: error_message
|
.. autoattribute:: error_message
|
||||||
|
|
||||||
|
|
||||||
.. class:: Column
|
.. class:: Column(\*args, \*\*kwargs)
|
||||||
|
|
||||||
Description of one result column, exposed as items of the
|
Description of one result column, exposed as items of the
|
||||||
`cursor.description` sequence.
|
`cursor.description` sequence.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user