erg/compiler/erg_compiler/lib/pystd/traceback.d.er
Shunsuke Shibayama ddd5bb6660 Add d.ers
Add `d.er`s
2022-12-16 02:03:45 +09:00

5 lines
162 B
Python

inspect = pyimport "inspect"
.print_tb!: (tb: inspect.Traceback, limit := Nat or NoneType, file := File! or NoneType) => NoneType
.TracebackExeption: ClassType