neuralib.argp.dispatch.list_commands

neuralib.argp.dispatch.list_commands(host, group=<object object>)[source]

list all dispatch-decoratored function info in host.

Parameters:
  • host (T | Type[T])

  • group (str | None) – dispatch group.

Returns:

list of DispatchCommand

Return type:

list[DispatchCommand]