fix: attribute inffering

This commit is contained in:
Shunsuke Shibayama 2023-03-20 20:30:31 +09:00
parent 40762bf8cf
commit 57588c78f7
2 changed files with 28 additions and 20 deletions

View file

@ -1,4 +1,4 @@
.dis!: (x: Code or ClassType or TraitType or Proc or Str or Bytes or NoneType := NoneType) => NoneType
.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