Base Shell Class (xonsh.base_shell)¶
The base class for xonsh shell
-
class
xonsh.base_shell.BaseShell(execer, ctx, **kwargs)[source]¶ The xonsh shell.
-
format_color(string, **kwargs)[source]¶ Formats the colors in a string. This base implmentation does not actually do any coloring, but just returns the string directly.
-
print_color(string, **kwargs)[source]¶ Prints a string in color. This base implmentation does not actually do any coloring, but just prints the string directly.
-
push(line)[source]¶ Pushes a line onto the buffer and compiles the code in a way that enables multiline input.
-
prompt¶ Obtains the current prompt string.
-
styler¶
-