Files
superset2/.mypy_cache/3.6/calendar.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
52 KiB
JSON

{".class": "MypyFile", "_fullname": "calendar", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Calendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.Calendar", "name": "Calendar", "type_vars": []}, "flags": [], "fullname": "calendar.Calendar", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.Calendar", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "firstweekday"], "flags": [], "fullname": "calendar.Calendar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "firstweekday"], "arg_types": ["calendar.Calendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Calendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "firstweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "calendar.Calendar.firstweekday", "name": "firstweekday", "type": "builtins.int"}}, "getfirstweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.Calendar.getfirstweekday", "name": "getfirstweekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["calendar.Calendar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getfirstweekday of Calendar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "itermonthdates": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.itermonthdates", "name": "itermonthdates", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itermonthdates of Calendar", "ret_type": {".class": "Instance", "args": ["datetime.date"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "itermonthdays": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.itermonthdays", "name": "itermonthdays", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itermonthdays of Calendar", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "itermonthdays2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.itermonthdays2", "name": "itermonthdays2", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "itermonthdays2 of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "iterweekdays": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.Calendar.iterweekdays", "name": "iterweekdays", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["calendar.Calendar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "iterweekdays of Calendar", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "monthdatescalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.monthdatescalendar", "name": "monthdatescalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monthdatescalendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["datetime.date"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "monthdays2calendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.monthdays2calendar", "name": "monthdays2calendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monthdays2calendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "monthdayscalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "flags": [], "fullname": "calendar.Calendar.monthdayscalendar", "name": "monthdayscalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "year", "month"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monthdayscalendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "setfirstweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "firstweekday"], "flags": [], "fullname": "calendar.Calendar.setfirstweekday", "name": "setfirstweekday", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "firstweekday"], "arg_types": ["calendar.Calendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setfirstweekday of Calendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "yeardatescalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "flags": [], "fullname": "calendar.Calendar.yeardatescalendar", "name": "yeardatescalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "yeardatescalendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "yeardays2calendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "flags": [], "fullname": "calendar.Calendar.yeardays2calendar", "name": "yeardays2calendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "yeardays2calendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "yeardayscalendar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "flags": [], "fullname": "calendar.Calendar.yeardayscalendar", "name": "yeardayscalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "year", "width"], "arg_types": ["calendar.Calendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "yeardayscalendar of Calendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FRIDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.FRIDAY", "name": "FRIDAY", "type": "builtins.int"}}, "HTMLCalendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["calendar.Calendar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.HTMLCalendar", "name": "HTMLCalendar", "type_vars": []}, "flags": [], "fullname": "calendar.HTMLCalendar", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.HTMLCalendar", "calendar.Calendar", "builtins.object"], "names": {".class": "SymbolTable", "formatday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "weekday"], "flags": [], "fullname": "calendar.HTMLCalendar.formatday", "name": "formatday", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "weekday"], "arg_types": ["calendar.HTMLCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatday of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatmonth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "flags": [], "fullname": "calendar.HTMLCalendar.formatmonth", "name": "formatmonth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "arg_types": ["calendar.HTMLCalendar", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonth of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatmonthname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "flags": [], "fullname": "calendar.HTMLCalendar.formatmonthname", "name": "formatmonthname", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "arg_types": ["calendar.HTMLCalendar", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonthname of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "theweek"], "flags": [], "fullname": "calendar.HTMLCalendar.formatweek", "name": "formatweek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "theweek"], "arg_types": ["calendar.HTMLCalendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweek of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "day"], "flags": [], "fullname": "calendar.HTMLCalendar.formatweekday", "name": "formatweekday", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "day"], "arg_types": ["calendar.HTMLCalendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekday of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.HTMLCalendar.formatweekheader", "name": "formatweekheader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["calendar.HTMLCalendar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekheader of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatyear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "theyear", "width"], "flags": [], "fullname": "calendar.HTMLCalendar.formatyear", "name": "formatyear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "theyear", "width"], "arg_types": ["calendar.HTMLCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatyear of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatyearpage": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "theyear", "width", "css", "encoding"], "flags": [], "fullname": "calendar.HTMLCalendar.formatyearpage", "name": "formatyearpage", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "theyear", "width", "css", "encoding"], "arg_types": ["calendar.HTMLCalendar", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatyearpage of HTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IllegalMonthError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.IllegalMonthError", "name": "IllegalMonthError", "type_vars": []}, "flags": [], "fullname": "calendar.IllegalMonthError", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.IllegalMonthError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "month"], "flags": [], "fullname": "calendar.IllegalMonthError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "month"], "arg_types": ["calendar.IllegalMonthError", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IllegalMonthError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.IllegalMonthError.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["calendar.IllegalMonthError"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of IllegalMonthError", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IllegalWeekdayError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.IllegalWeekdayError", "name": "IllegalWeekdayError", "type_vars": []}, "flags": [], "fullname": "calendar.IllegalWeekdayError", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.IllegalWeekdayError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "weekday"], "flags": [], "fullname": "calendar.IllegalWeekdayError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "weekday"], "arg_types": ["calendar.IllegalWeekdayError", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IllegalWeekdayError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.IllegalWeekdayError.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["calendar.IllegalWeekdayError"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__str__ of IllegalWeekdayError", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LocaleHTMLCalendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["calendar.HTMLCalendar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.LocaleHTMLCalendar", "name": "LocaleHTMLCalendar", "type_vars": []}, "flags": [], "fullname": "calendar.LocaleHTMLCalendar", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.LocaleHTMLCalendar", "calendar.HTMLCalendar", "calendar.Calendar", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "firstweekday", "locale"], "flags": [], "fullname": "calendar.LocaleHTMLCalendar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "firstweekday", "locale"], "arg_types": ["calendar.LocaleHTMLCalendar", "builtins.int", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LocaleHTMLCalendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "formatmonthname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "flags": [], "fullname": "calendar.LocaleHTMLCalendar.formatmonthname", "name": "formatmonthname", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "withyear"], "arg_types": ["calendar.LocaleHTMLCalendar", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonthname of LocaleHTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "day"], "flags": [], "fullname": "calendar.LocaleHTMLCalendar.formatweekday", "name": "formatweekday", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "day"], "arg_types": ["calendar.LocaleHTMLCalendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekday of LocaleHTMLCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LocaleTextCalendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["calendar.TextCalendar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.LocaleTextCalendar", "name": "LocaleTextCalendar", "type_vars": []}, "flags": [], "fullname": "calendar.LocaleTextCalendar", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.LocaleTextCalendar", "calendar.TextCalendar", "calendar.Calendar", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "firstweekday", "locale"], "flags": [], "fullname": "calendar.LocaleTextCalendar.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "firstweekday", "locale"], "arg_types": ["calendar.LocaleTextCalendar", "builtins.int", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LocaleTextCalendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "formatmonthname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "width", "withyear"], "flags": [], "fullname": "calendar.LocaleTextCalendar.formatmonthname", "name": "formatmonthname", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "width", "withyear"], "arg_types": ["calendar.LocaleTextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonthname of LocaleTextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "width"], "flags": [], "fullname": "calendar.LocaleTextCalendar.formatweekday", "name": "formatweekday", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "width"], "arg_types": ["calendar.LocaleTextCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekday of LocaleTextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MONDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.MONDAY", "name": "MONDAY", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SATURDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.SATURDAY", "name": "SATURDAY", "type": "builtins.int"}}, "SUNDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.SUNDAY", "name": "SUNDAY", "type": "builtins.int"}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "THURSDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.THURSDAY", "name": "THURSDAY", "type": "builtins.int"}}, "TUESDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.TUESDAY", "name": "TUESDAY", "type": "builtins.int"}}, "TextCalendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["calendar.Calendar"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.TextCalendar", "name": "TextCalendar", "type_vars": []}, "flags": [], "fullname": "calendar.TextCalendar", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.TextCalendar", "calendar.Calendar", "builtins.object"], "names": {".class": "SymbolTable", "formatday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "day", "weekday", "width"], "flags": [], "fullname": "calendar.TextCalendar.formatday", "name": "formatday", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "day", "weekday", "width"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatday of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatmonth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "theyear", "themonth", "w", "l"], "flags": [], "fullname": "calendar.TextCalendar.formatmonth", "name": "formatmonth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "theyear", "themonth", "w", "l"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonth of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatmonthname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "width", "withyear"], "flags": [], "fullname": "calendar.TextCalendar.formatmonthname", "name": "formatmonthname", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "theyear", "themonth", "width", "withyear"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatmonthname of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "theweek", "width"], "flags": [], "fullname": "calendar.TextCalendar.formatweek", "name": "formatweek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "theweek", "width"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweek of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekday": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "width"], "flags": [], "fullname": "calendar.TextCalendar.formatweekday", "name": "formatweekday", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "day", "width"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekday of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatweekheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "width"], "flags": [], "fullname": "calendar.TextCalendar.formatweekheader", "name": "formatweekheader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "width"], "arg_types": ["calendar.TextCalendar", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatweekheader of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatyear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "theyear", "w", "l", "c", "m"], "flags": [], "fullname": "calendar.TextCalendar.formatyear", "name": "formatyear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "theyear", "w", "l", "c", "m"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatyear of TextCalendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "prmonth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "theyear", "themonth", "w", "l"], "flags": [], "fullname": "calendar.TextCalendar.prmonth", "name": "prmonth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "theyear", "themonth", "w", "l"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prmonth of TextCalendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prweek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "theweek", "width"], "flags": [], "fullname": "calendar.TextCalendar.prweek", "name": "prweek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "theweek", "width"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prweek of TextCalendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pryear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "theyear", "w", "l", "c", "m"], "flags": [], "fullname": "calendar.TextCalendar.pryear", "name": "pryear", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "theyear", "w", "l", "c", "m"], "arg_types": ["calendar.TextCalendar", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pryear of TextCalendar", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WEDNESDAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.WEDNESDAY", "name": "WEDNESDAY", "type": "builtins.int"}}, "_LocaleType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "calendar._LocaleType", "line": 6, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.__package__", "name": "__package__", "type": "builtins.str"}}, "c": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.c", "name": "c", "type": "calendar.TextCalendar"}}, "calendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["theyear", "w", "l", "c", "m"], "flags": [], "fullname": "calendar.calendar", "name": "calendar", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["theyear", "w", "l", "c", "m"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "calendar", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "day_abbr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.day_abbr", "name": "day_abbr", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "day_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.day_name", "name": "day_name", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "different_locale": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "calendar.different_locale", "name": "different_locale", "type_vars": []}, "flags": [], "fullname": "calendar.different_locale", "metaclass_type": null, "metadata": {}, "module_name": "calendar", "mro": ["calendar.different_locale", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "calendar.different_locale.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["calendar.different_locale"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of different_locale", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "calendar._LocaleType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "calendar.different_locale.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["calendar.different_locale", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of different_locale", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "locale"], "flags": [], "fullname": "calendar.different_locale.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "locale"], "arg_types": ["calendar.different_locale", {".class": "TypeAliasType", "args": [], "type_ref": "calendar._LocaleType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of different_locale", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "firstweekday": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "calendar.firstweekday", "name": "firstweekday", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "firstweekday", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "format": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cols", "colwidth", "spacing"], "flags": [], "fullname": "calendar.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cols", "colwidth", "spacing"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "formatstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cols", "colwidth", "spacing"], "flags": [], "fullname": "calendar.formatstring", "name": "formatstring", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cols", "colwidth", "spacing"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "formatstring", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "isleap": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["year"], "flags": [], "fullname": "calendar.isleap", "name": "isleap", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["year"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isleap", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "leapdays": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["y1", "y2"], "flags": [], "fullname": "calendar.leapdays", "name": "leapdays", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["y1", "y2"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "leapdays", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "month": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["theyear", "themonth", "w", "l"], "flags": [], "fullname": "calendar.month", "name": "month", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["theyear", "themonth", "w", "l"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "month", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "month_abbr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.month_abbr", "name": "month_abbr", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "month_name": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "calendar.month_name", "name": "month_name", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}}}, "monthcalendar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["year", "month"], "flags": [], "fullname": "calendar.monthcalendar", "name": "monthcalendar", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["year", "month"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monthcalendar", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "monthrange": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["year", "month"], "flags": [], "fullname": "calendar.monthrange", "name": "monthrange", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["year", "month"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monthrange", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "prcal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["theyear", "w", "l", "c", "m"], "flags": [], "fullname": "calendar.prcal", "name": "prcal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["theyear", "w", "l", "c", "m"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prcal", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prmonth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["theyear", "themonth", "w", "l"], "flags": [], "fullname": "calendar.prmonth", "name": "prmonth", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["theyear", "themonth", "w", "l"], "arg_types": ["builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prmonth", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "prweek": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["theweek", "width"], "flags": [], "fullname": "calendar.prweek", "name": "prweek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["theweek", "width"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "prweek", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setfirstweekday": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["firstweekday"], "flags": [], "fullname": "calendar.setfirstweekday", "name": "setfirstweekday", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["firstweekday"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setfirstweekday", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "struct_time": {".class": "SymbolTableNode", "cross_ref": "time.struct_time", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timegm": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tuple"], "flags": [], "fullname": "calendar.timegm", "name": "timegm", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tuple"], "arg_types": [{".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": "time.struct_time"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "timegm", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "week": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["theweek", "width"], "flags": [], "fullname": "calendar.week", "name": "week", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["theweek", "width"], "arg_types": ["builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "week", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "weekday": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["year", "month", "day"], "flags": [], "fullname": "calendar.weekday", "name": "weekday", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["year", "month", "day"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weekday", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "weekheader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["width"], "flags": [], "fullname": "calendar.weekheader", "name": "weekheader", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["width"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "weekheader", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/Users/max/.cache/pre-commit/repoejng1phv/py_env-python3.6/lib/python3.6/site-packages/mypy/typeshed/stdlib/calendar.pyi"}