mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
feat: add some builtin python modules decls
This commit is contained in:
parent
e0d5cd2748
commit
f45c165499
19 changed files with 161 additions and 4 deletions
8
crates/erg_compiler/lib/pystd/calendar.d.er
Normal file
8
crates/erg_compiler/lib/pystd/calendar.d.er
Normal file
|
@ -0,0 +1,8 @@
|
|||
.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
|
Loading…
Add table
Add a link
Reference in a new issue