class documentation

class DBAPIType(Protocol): (source)

View In Hierarchy

protocol representing a :pep:`249` database type. .. versionadded:: 2.0 .. seealso:: `Type Objects <https://www.python.org/dev/peps/pep-0249/#type-objects>`_ - in :pep:`249`