massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / mysqlclient / MySQLdb / times.pyi
1 from datetime import date, datetime, time, timedelta
2
3 from MySQLdb._mysql import string_literal as string_literal
4
5 Date = date
6 Time = time
7 TimeDelta = timedelta
8 Timestamp = datetime
9 DateTimeDeltaType = timedelta
10 DateTimeType = datetime
11
12 def DateFromTicks(ticks): ...
13 def TimeFromTicks(ticks): ...
14 def TimestampFromTicks(ticks): ...
15
16 format_TIME = str
17 format_DATE = str
18
19 def format_TIMEDELTA(v): ...
20 def format_TIMESTAMP(d): ...
21 def DateTime_or_None(s): ...
22 def TimeDelta_or_None(s): ...
23 def Time_or_None(s): ...
24 def Date_or_None(s): ...
25 def DateTime2literal(d, c): ...
26 def DateTimeDelta2literal(d, c): ...