mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
3 lines
184 B
Python
3 lines
184 B
Python
.__import__: |S: Str|(name: {S}, globals := {Str: Obj}) -> Module S
|
|
.import_module: |S: Str|(name: {S}, package := Str or NoneType) -> Module S
|
|
.reload!: (GenericModule, ) => NoneType
|