mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
feat: add Frame
type
This commit is contained in:
parent
0a24c0cb77
commit
fc75151f2a
4 changed files with 32 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
.FrameInfo: ClassType
|
||||
.Traceback: ClassType
|
||||
|
||||
.currentframe!: () => Frame
|
||||
.ismodule: (object: Obj) -> Bool
|
||||
.isclass: (object: Obj) -> Bool
|
||||
.ismethod: (object: Obj) -> Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue