massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / mysqlclient / MySQLdb / converters.pyi
1 import array
2 from typing import Any
3
4 from MySQLdb._exceptions import ProgrammingError as ProgrammingError
5 from MySQLdb._mysql import string_literal as string_literal
6 from MySQLdb.constants import FIELD_TYPE as FIELD_TYPE, FLAG as FLAG
7 from MySQLdb.times import (
8     Date as Date,
9     Date_or_None as Date_or_None,
10     DateTime2literal as DateTime2literal,
11     DateTime_or_None as DateTime_or_None,
12     DateTimeDelta2literal as DateTimeDelta2literal,
13     DateTimeDeltaType as DateTimeDeltaType,
14     DateTimeType as DateTimeType,
15     TimeDelta_or_None as TimeDelta_or_None,
16 )
17
18 NoneType: Any
19 ArrayType = array.array
20
21 def Bool2Str(s, d): ...
22 def Set2Str(s, d): ...
23 def Thing2Str(s, d): ...
24 def Float2Str(o, d): ...
25 def None2NULL(o, d): ...
26 def Thing2Literal(o, d): ...
27 def Decimal2Literal(o, d): ...
28 def array2Str(o, d): ...
29
30 conversions: Any