mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
Rename dir: compiler
-> crates
This commit is contained in:
parent
e1004b538d
commit
a127564b31
221 changed files with 17 additions and 19 deletions
29
crates/erg_compiler/lib/pystd/inspect.d.er
Normal file
29
crates/erg_compiler/lib/pystd/inspect.d.er
Normal file
|
@ -0,0 +1,29 @@
|
|||
.FrameInfo: ClassType
|
||||
.Traceback: ClassType
|
||||
|
||||
.ismodule: (object: Obj) -> Bool
|
||||
.isclass: (object: Obj) -> Bool
|
||||
.ismethod: (object: Obj) -> Bool
|
||||
.isfunction: (object: Obj) -> Bool
|
||||
.isgeneratorfunction: (object: Obj) -> Bool
|
||||
.isgenerator: (object: Obj) -> Bool
|
||||
.iscoroutinefunction: (object: Obj) -> Bool
|
||||
.iscoroutine: (object: Obj) -> Bool
|
||||
.isawaitable: (object: Obj) -> Bool
|
||||
.isasyncgenfunction: (object: Obj) -> Bool
|
||||
.isasyncgen: (object: Obj) -> Bool
|
||||
.istraceback: (object: Obj) -> Bool
|
||||
.isframe: (object: Obj) -> Bool
|
||||
.iscode: (object: Obj) -> Bool
|
||||
.isbuiltin: (object: Obj) -> Bool
|
||||
.ismethodwrapper: (object: Obj) -> Bool
|
||||
.isroutine: (object: Obj) -> Bool
|
||||
.isabstract: (object: Obj) -> Bool
|
||||
.ismethoddescriptor: (object: Obj) -> Bool
|
||||
.isdatadescriptor: (object: Obj) -> Bool
|
||||
.isgetsetdescriptor: (object: Obj) -> Bool
|
||||
.ismemberdescriptor: (object: Obj) -> Bool
|
||||
.getdoc: (object: Obj) -> Str
|
||||
.getcomments: (object: Obj) -> Str
|
||||
.getfile: (object: Obj) -> Str
|
||||
.getmodule: (object: Obj) -> Module or NoneType
|
Loading…
Add table
Add a link
Reference in a new issue