erg/crates/erg_compiler/lib/pystd/dis.d.er
2023-03-20 20:30:31 +09:00

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