##// END OF EJS Templates
Allow passing extra options to TerminalPdb.pt_init...
Allow passing extra options to TerminalPdb.pt_init Currently, subclasses of TerminalPdb (like in https://github.com/kmaork/madbg/blob/master/madbg/debugger.py#L55) will have to duplicate the entire pt_init method in order to add additional arguments for the prompt session (which accepts about 40 of them). An example would be a subclass that wants to write the prompts to a different output stream than the default. After this change it would just have to override the call to pt_init with `pt_init(dict(input=input, output=output))`

File last commit:

r25236:fd1a027a
r25868:cc9da29a
Show More
.meeseeksdev.yml
22 lines | 380 B | text/x-yaml | YamlLexer
users:
LucianaMarques:
can:
- tag
special:
everyone:
can:
- say
- tag
- untag
- close
config:
tag:
only:
- good first issue
- async/await
- backported
- help wanted
- documentation
- notebook
- tab-completion
- windows