neuralib.argp.dispatch.DispatchCommandNotFound

exception neuralib.argp.dispatch.DispatchCommandNotFound[source]

Bases: RuntimeError

__init__(command, group=None)[source]
Parameters:
  • command (str)

  • group (str | None)

__new__(**kwargs)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.