Add "dis" module

This commit is contained in:
Shunsuke Shibayama 2022-11-05 00:04:00 +09:00
parent e654c85653
commit d9e8a1af93
2 changed files with 8 additions and 0 deletions

View 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