mashΒΆ
- cli module
- doc_inference module
- filesystem package
- Submodules
- filesystem.discoverable module
- filesystem.filesystem module
FileSystem
FileSystem.append()
FileSystem.cd()
FileSystem.cd_option()
FileSystem.cd_step()
FileSystem.cd_up()
FileSystem.copy()
FileSystem.cp()
FileSystem.cwd
FileSystem.foreach()
FileSystem.full_path
FileSystem.get()
FileSystem.home
FileSystem.in_home()
FileSystem.infer_key_name()
FileSystem.init_home()
FileSystem.init_states()
FileSystem.ll()
FileSystem.load()
FileSystem.ls()
FileSystem.mv()
FileSystem.path
FileSystem.rm()
FileSystem.semantic_path
FileSystem.set()
FileSystem.show()
FileSystem.simulate_cd()
FileSystem.snapshot()
FileSystem.tree()
Option
cd()
- filesystem.scope module
- filesystem.view module
- Module contents
- io_util module
ArgparseWrapper
add_default_args()
allow_all_args()
bold()
catch_output()
check_output()
confirm()
debug()
find_argument()
has_argument()
has_output()
log()
log_once()
print_shell_ready_signal()
python_is_run_in_test_mode()
read_file()
read_files()
read_line()
run_subprocess()
set_verbosity()
terminal_size()
verbosity()
warn()
- object_parser package
- pipeline module
- progress_bar module
- server package
- shell package
- Subpackages
- Submodules
- shell.base module
BaseShell
BaseShell.add_functions()
BaseShell.add_special_function()
BaseShell.do_bool()
BaseShell.do_env()
BaseShell.do_float()
BaseShell.do_int()
BaseShell.do_not()
BaseShell.do_reload()
BaseShell.do_save()
BaseShell.do_undo()
BaseShell.do_unset()
BaseShell.get_method()
BaseShell.init_current_scope()
BaseShell.is_function()
BaseShell.is_hidden_function()
BaseShell.is_inline_function()
BaseShell.is_special_function()
BaseShell.last_method()
BaseShell.load_session()
BaseShell.postcmd()
BaseShell.remove_functions()
BaseShell.reset_locals()
BaseShell.run_commands()
BaseShell.run_hidden_function()
BaseShell.run_special_function()
BaseShell.save_session()
BaseShell.try_load_session()
filter_private_keys()
is_private()
is_public()
- shell.cmd2 module
Cmd2
Cmd2.completenames()
Cmd2.completenames_options
Cmd2.default()
Cmd2.do_E()
Cmd2.do_cat()
Cmd2.do_echo()
Cmd2.do_exit()
Cmd2.do_fail()
Cmd2.do_flatten()
Cmd2.do_print()
Cmd2.do_println()
Cmd2.do_range()
Cmd2.do_shell()
Cmd2.do_source()
Cmd2.ignore_invalid_syntax
Cmd2.intro
Cmd2.mode
Cmd2.none()
Cmd2.onecmd()
Cmd2.onecmd_inner()
Cmd2.onecmd_prehook()
Cmd2.onecmd_raw()
Cmd2.prompt
Cmd2.use_mode()
Mode
cat_file()
run()
run_command()
run_commands_from_file()
run_interactively()
- shell.errors module
- shell.function module
- shell.shell module
- shell.with_filesystem module
ShellWithFileSystem
ShellWithFileSystem.add_cd_alias()
ShellWithFileSystem.cd()
ShellWithFileSystem.complete_cd()
ShellWithFileSystem.default_method()
ShellWithFileSystem.foreach()
ShellWithFileSystem.get()
ShellWithFileSystem.init_home()
ShellWithFileSystem.init_shell()
ShellWithFileSystem.new()
ShellWithFileSystem.pwd()
ShellWithFileSystem.set()
ShellWithFileSystem.set_cd_aliases()
ShellWithFileSystem.set_shell_completions()
ShellWithFileSystem.unset_cd_aliases()
ShellWithFileSystem.update_prompt()
ShellWithFileSystem.use()
- Module contents
- subshell module
- util module
DataClassHelper
Encoder
accumulate_list()
append_list()
call()
concat()
concat_empty_container()
constant()
crop()
dataclass_to_string()
decorate()
deserialize_dataclass()
deserialize_dataclasses()
equals()
extend()
extract_exception()
find_fuzzy_matches()
find_prefix_matches()
first()
flip()
for_all()
for_any()
for_each()
glob()
group()
hamming()
has_annotations()
has_method()
identity()
infer_dependencies()
infer_inner_cls()
is_Dict()
is_Dict_or_List()
is_List()
is_alpha()
is_alphanumerical()
is_callable()
is_digit()
is_enum()
is_globbable()
is_valid_method_name()
lazy_map()
list_prefix_matches()
match_words()
none()
not_equals()
omit_prefixes()
partial_no_args()
partial_simple()
quote()
quote_all()
removeprefix()
rename()
split()
split_prefixes()
split_sequence()
split_tips()
take()
translate_items()
use_recursion_limit()
- webtools package