mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-01 09:22:50 +00:00
8 lines
269 B
Python
8 lines
269 B
Python
.Calendar: ClassType
|
|
.TextCalendar: ClassType
|
|
.HTMLCalendar: ClassType
|
|
.LocaleTextCalendar: ClassType
|
|
.LocaleHTMLCalendar: ClassType
|
|
|
|
.month: (theyear: Nat, themonth: Nat, w := Nat, l := Nat) -> Str
|
|
.calendar: (year: Nat, w := Nat, l := Nat, c := Nat, m := Nat) -> Str
|