dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

Fix bind method in some classes. It's a @property #249

Closed svalentin closed 1 year ago

svalentin commented 1 year ago

class Executable has this method as @property. Some subclasses didn't have it as such. mypy will start checking this in v0.990

svalentin commented 1 year ago

It's defined here https://github.com/dropbox/sqlalchemy-stubs/blob/master/sqlalchemy-stubs/sql/base.pyi#L48 And there are other sub classes that have it as @property. I am pretty sure it should be a @property