Provides models for database cursors (following PEP 249).
These are returned by the cursor
method on a database connection.
See https://www.python.org/dev/peps/pep-0249/#cursor.
Import path
import semmle.python.frameworks.PEP249
Predicates
Classes
InstanceSource | A source of database cursors (following PEP 249), extend this class to model new instances. |