neuralib.argp.dispatch

dispatch

A decorator that mark a function a dispatch target function.

list_commands

list all dispatch-decoratored function info in host.

find_command

find dispatch-decoratored function in host according to command.

invoke_command

invoke a dispatch-decoratored function in default group.

invoke_group_command

invoke a dispatch-decoratored function in certain group.

DispatchOption

DEPRECATED (use the independent package: pip install argclz).

DispatchCommandNotFound