mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +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
|