mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: const call bug
This commit is contained in:
parent
477778c9fe
commit
2ddff1512f
6 changed files with 35 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
.util = pyimport "util"
|
||||
.machinery = pyimport "machinery"
|
||||
|
||||
.__import__: |S: Str|(name: {S}, globals := {Str: Obj}) -> Module S
|
||||
.import_module: |S: Str|(name: {S}, package := Str or NoneType) -> Module S
|
||||
.__import__: (name: Str, globals := {Str: Obj}) -> GenericModule
|
||||
.import_module: (name: Str, package := Str or NoneType) -> GenericModule
|
||||
.reload!: (GenericModule, ) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue