Package devshell
Expand source code
__version__ = '0.0.5'
from .injector import doctestify, set_end_interactive
from .shell import DevshellCmd
Sub-modules
devshell.injector
devshell.ptcmd
-
This script takes the Cmd object from the built-in standard library, adds an input_method attribute, and replaces all calls to the standard input() …
devshell.shell