mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 11:59:05 +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
|
@ -16,12 +16,12 @@ pub const BUILTIN_PYTHON_MODS: [&str; 176] = [
|
|||
"base64",
|
||||
"bdb",
|
||||
"binascii",
|
||||
"binhex",
|
||||
"bisect",
|
||||
"builtins",
|
||||
"bz2",
|
||||
"calendar",
|
||||
"cmath",
|
||||
"cmd",
|
||||
"code",
|
||||
"codecs",
|
||||
"codeop",
|
||||
|
@ -194,12 +194,12 @@ pub const BUILTIN_PYTHON_MODS: [&str; 170] = [
|
|||
"base64",
|
||||
"bdb",
|
||||
"binascii",
|
||||
"binhex",
|
||||
"bisect",
|
||||
"builtins",
|
||||
"bz2",
|
||||
"calendar",
|
||||
"cmath",
|
||||
"cmd",
|
||||
"code",
|
||||
"codecs",
|
||||
"codeop",
|
||||
|
@ -368,12 +368,12 @@ pub const BUILTIN_PYTHON_MODS: [&str; 165] = [
|
|||
"base64",
|
||||
"bdb",
|
||||
"binascii",
|
||||
"binhex",
|
||||
"bisect",
|
||||
"builtins",
|
||||
"bz2",
|
||||
"calendar",
|
||||
"cmath",
|
||||
"cmd",
|
||||
"code",
|
||||
"codecs",
|
||||
"codeop",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue