samuelcolvin / python-devtools

Dev tools for python
https://python-devtools.helpmanual.io/
MIT License
985 stars 47 forks source link

Can't parse SQLAlchemy models? #72

Closed KrunchMuffin closed 3 years ago

KrunchMuffin commented 4 years ago

Python 3.8 SQLAlchemy 1.3

When I try debug(User) all I get is

User: <class 'models.users.User'> (DeclarativeMeta)

samuelcolvin commented 4 years ago

Pr welcome to add custom support for this.

samuelcolvin commented 3 years ago

fixed in #94