mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +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
|