mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-13 16:15:15 +00:00
5 lines
162 B
Python
5 lines
162 B
Python
inspect = pyimport "inspect"
|
|
|
|
.print_tb!: (tb: inspect.Traceback, limit := Nat or NoneType, file := File! or NoneType) => NoneType
|
|
|
|
.TracebackExeption: ClassType
|