erg/crates/erg_compiler/lib/pystd/pdb.d.er
Shunsuke Shibayama 2a119becea Create pdb.d.er
2024-03-12 20:21:22 +09:00

14 lines
780 B
Python

.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