Open
Description
Hi there!
I would really appreciate if the methods were defined with correct return data type as specified in PEP-484.
This would help with typing hints where the IDE can correctly determine how to help out with the right methods and variables.
Some examples on places I've stumbled into this:
create_ppol
should type hintPool
Pool.acquire()
should type hintConnection
Connection.fetch()
should type hintlist of Record
Connection.fetchrow()
should type hintRecord or None
Metadata
Metadata
Assignees
Labels
No labels