Viicos / django-autotyping

Automatically add type hints for Django powered applications.
https://viicos.github.io/django-autotyping/
MIT License
46 stars 0 forks source link

Dynamic stubs: dynamic signature of `objects.create/acreate` #10

Closed Viicos closed 11 months ago

Viicos commented 11 months ago

Should only allow kw arguments, even though positional is allowed at runtime.

Still need to find a way to get the correct Python type allowed.

Signature might differ between __init__ and create, related: