stubs/sqlalchemy/dialects/mysql/json.pyi (7 lines of code) (raw):

# Stubs for sqlalchemy.dialects.mysql.json (Python 3.6) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from ... import types as sqltypes class JSON(sqltypes.JSON): ... class _FormatTypeMixin(object): def bind_processor(self, dialect): ... def literal_processor(self, dialect): ... class JSONIndexType(_FormatTypeMixin, sqltypes.JSON.JSONIndexType): ... class JSONPathType(_FormatTypeMixin, sqltypes.JSON.JSONPathType): ...