| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Sorry, something went wrong.
|
Closed in favor of #15911 (comment) (and the work is likely going to be upstream in peewee itself) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hello,
Here is the reference for the Check function:
https://docs.peewee-orm.com/en/latest/peewee/api.html#Check
And the related source code:
Since both SQL and NodeList inherit from ColumnBase, it might make more sens to write the return type as ColumnBase, but I'm not sure if a more generic type is preferred over a more precise one?
Kind regards,