mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
feat: add certifi/idna/packaging/six
type decl
This commit is contained in:
parent
7cc5500f71
commit
58d3e3ec61
11 changed files with 93 additions and 0 deletions
13
crates/erg_compiler/lib/external/six.d/__init__.d.er
vendored
Normal file
13
crates/erg_compiler/lib/external/six.d/__init__.d.er
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
.PY2: Bool
|
||||
.PY3: Bool
|
||||
|
||||
.class_types: [Type; _]
|
||||
.intger_types: [Type; _]
|
||||
.string_types: [Type; _]
|
||||
.float_types: [Type; _]
|
||||
.text_type: Type
|
||||
.binary_type: Type
|
||||
.MAXSIZE: Nat
|
||||
|
||||
.exec_!: (code: Str, globals := {Str: Obj}, locals := {Str: Obj}) => Obj
|
||||
.print_!: (*objs: [Obj; _], end := Str, sep := Str) => NoneType
|
0
crates/erg_compiler/lib/external/six.d/package.er
vendored
Normal file
0
crates/erg_compiler/lib/external/six.d/package.er
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue