Module SqlAlchemy :: Engine
Provides models for the sqlalchemy.engine.Engine
and sqlalchemy.future.Engine
classes.
These are so similar that we model both in the same way.
See
Import path
import semmle.python.frameworks.SqlAlchemy
Predicates
instance |
Gets a reference to an instance of a SQLAlchemy Engine. |
Classes
InstanceSource |
A source of instances of a SQLAlchemy Engine, extend this class to model new instances. |