MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / get_default_bash_process

Function get_default_bash_process

bmtools/tools/shell/api.py:131–133  ·  view source on GitHub ↗

Get file path from string.

()

Source from the content-addressed store, hash-verified

129 return system
130
131def get_default_bash_process() -> BashProcess:
132 """Get file path from string."""
133 return BashProcess(return_err_output=True)
134
135
136def build_tool(config) -> Tool:

Callers 1

build_toolFunction · 0.85

Calls 1

BashProcessClass · 0.85

Tested by

no test coverage detected