MCPcopy
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
11class 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_loopMethod · 0.45
execute_actionMethod · 0.45
stop_executorMethod · 0.45
store_executorMethod · 0.45
control_loopMethod · 0.45
control_taskMethod · 0.45
_update_position_infoMethod · 0.45
_create_positionMethod · 0.45
_close_positionMethod · 0.45

Calls 1

ArgumentParserErrorClass · 0.90

Tested by 1

get_connectorMethod · 0.36