Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hummingbot/hummingbot
/ error
Method
error
hummingbot/client/ui/parser.py:12–13 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
10
11
class
ThrowingArgumentParser(argparse.ArgumentParser):
12
def
error(self, message):
13
raise
ArgumentParserError(message)
14
15
def
exit(self, status=0, message=None):
16
pass
Callers
15
control_loop
Method · 0.45
execute_action
Method · 0.45
stop_executor
Method · 0.45
store_executor
Method · 0.45
control_loop
Method · 0.45
validate_sufficient_balance
Method · 0.45
control_task
Method · 0.45
get_quote_asset_conversion_rate
Method · 0.45
_update_position_info
Method · 0.45
_create_position
Method · 0.45
_handle_create_failure
Method · 0.45
_close_position
Method · 0.45
Calls
1
ArgumentParserError
Class · 0.90
Tested by
1
get_connector
Method · 0.36