Closed shawnwall closed 2 years ago
resolves https://github.com/dropbox/sqlalchemy-stubs/issues/232
builtin_type
named_type
hasattr()
resolves https://github.com/dropbox/sqlalchemy-stubs/issues/232
builtin_type
in favor ofnamed_type
, but brought it back in .931hasattr()
to check for existence ofbuiltin_type
, and if not present, usenamed_type
for future proofing code