File: dates.pyi

package info (click to toggle)
python-django-stubs 5.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,832 kB
  • sloc: python: 5,185; makefile: 15; sh: 8
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
WEEKDAYS: dict[int, str]
WEEKDAYS_ABBR: dict[int, str]
MONTHS: dict[int, str]
MONTHS_3: dict[int, str]
MONTHS_AP: dict[int, str]
MONTHS_ALT: dict[int, str]