Closed
Description
The typings stub has multiple issues that generates a lot of errors on usage.
- Old version of
pyo3-stub-gen
with multiple bugs - Invalid order of attrs on
IggyClient
impl causing:
2.1. Stubs get anew
method instead of__new__
not providing typing for class initialization.
2.2. Stubs do not respect#(pyos(signature = (...)))
not exposing configured defaults. PyIdentifier
is exposed as a Python Enum which is not how it is used, it should be a Union ofstr
andint
.
Metadata
Metadata
Assignees
Labels
No labels