mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +00:00
9 lines
464 B
Python
9 lines
464 B
Python
.dis!: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes or NoneType := NoneType) => NoneType
|
|
.code_info: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes) -> Str
|
|
.show_code!: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes) => NoneType
|
|
|
|
.ByteCode: ClassType
|
|
.ByteCode.__call__: (x: GenericCallable or ClassType or TraitType or Str or Code) => .ByteCode
|
|
|
|
.Instruction: ClassType
|
|
.Positions: ClassType
|