]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Other classes have their __module__ specified
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 02:07:00 +0000 (02:07 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 02:07:00 +0000 (02:07 +0000)
commit47d73ce63e8bca46676aeeee4955539f36043d9d
tree8f94b0dbaf5643266f2f15349f189071f1b6b6bb
parent49e8a8bd095f033326e263f476462d31ee134da6
Other classes have their __module__ specified

These required jumping through hoop to have mypy and documentation
agreeing, now it's more natural.
docs/lib/pg3_docs.py
psycopg3/psycopg3/_transform.py
psycopg3/psycopg3/connection.py
psycopg3/psycopg3/copy.py
psycopg3/psycopg3/cursor.py
psycopg3/psycopg3/pq/pq_ctypes.py
psycopg3/psycopg3/transaction.py