mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
Create pdb.d.er
This commit is contained in:
parent
57b919feb7
commit
2a119becea
1 changed files with 14 additions and 0 deletions
14
crates/erg_compiler/lib/pystd/pdb.d.er
Normal file
14
crates/erg_compiler/lib/pystd/pdb.d.er
Normal file
|
@ -0,0 +1,14 @@
|
|||
.Pdb: ClassType
|
||||
.Pdb.
|
||||
__call__: (completekey := Str, nosigint := Bool, readrc := Bool) -> .Pdb
|
||||
run!: (self: .Pdb, statement: Str or Code, globals := Mapping(Str, Obj), locals := Mapping(Str, Obj)) => NoneType
|
||||
runeval!: (self: .Pdb, expression: Str or Code, globals := Mapping(Str, Obj), locals := Mapping(Str, Obj)) => Obj
|
||||
runcall!: (self: .Pdb, function: Subroutine, *args: Obj, **kwds: Obj) => Obj
|
||||
set_trace!: (self: .Pdb) => NoneType
|
||||
|
||||
.run!: (statement: Str or Code, globals := Mapping(Str, Obj), locals := Mapping(Str, Obj)) => NoneType
|
||||
.runeval!: (expression: Str or Code, globals := Mapping(Str, Obj), locals := Mapping(Str, Obj)) => Obj
|
||||
.runcall!: (function: Subroutine, *args: Obj, **kwds: Obj) => Obj
|
||||
|
||||
.set_trace!: () => NoneType
|
||||
.pm!: () => NoneType
|
Loading…
Add table
Add a link
Reference in a new issue