mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Add "dis" module
This commit is contained in:
parent
e654c85653
commit
d9e8a1af93
2 changed files with 8 additions and 0 deletions
2
compiler/erg_compiler/lib/pystd/dis.d.er
Normal file
2
compiler/erg_compiler/lib/pystd/dis.d.er
Normal file
|
@ -0,0 +1,2 @@
|
|||
.dis!: (x: Code or ClassType or TraitType or Proc or Str or Bytes or NoneType := NoneType) => NoneType
|
||||
.code_info: (x: Code or ClassType or TraitType or Proc or Str or Bytes or NoneType := NoneType) -> Str
|
Loading…
Add table
Add a link
Reference in a new issue