mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
4 lines
173 B
Python
4 lines
173 B
Python
.registerResult!: (result: Obj) => NoneType
|
|
.removeResult!: (result: Obj) => Bool
|
|
.installHandler!: () => NoneType
|
|
.removeHandler!: |M <: GenericCallable|(method := M) => M
|