Skip to main content
Ctrl+K

argclz 1.0.2 documentation

  • Getting Started
  • argclz.core
  • argclz.types
  • argclz.validator
  • argclz.commands
    • argclz.dispatch
    • argclz.clone
  • GitHub
  • Getting Started
  • argclz.core
  • argclz.types
  • argclz.validator
  • argclz.commands
  • argclz.dispatch
  • argclz.clone
  • GitHub

Section Navigation

Modules:

  • argclz.dispatch.annotations
    • argclz.dispatch.annotations.dispatch
    • argclz.dispatch.annotations.validator_for
  • argclz.dispatch.builder
    • argclz.dispatch.builder.DispatchCommandBuilder
  • argclz.dispatch.core
    • argclz.dispatch.core.DispatchCommand
    • argclz.dispatch.core.CommandParameter
    • argclz.dispatch.core.DispatchCommandNotFound
    • argclz.dispatch.core.Dispatch
    • argclz.dispatch.core.DispatchGroup
    • argclz.dispatch.core.BoundDispatchGroup
    • argclz.dispatch.core.dispatch_group
  • argclz.dispatch
  • argclz.dispatch.core

argclz.dispatch.core#

Classes

DispatchCommand

The information of dispatch() function.

CommandParameter

CommandParameter(name, optional, kind)

DispatchCommandNotFound

Dispatch

A dispatch() functions container that it is able to find and run the target function by corresponding name (command here).

DispatchGroup

dispatch group.

BoundDispatchGroup

BoundDispatchGroup(zelf, group)

Functions

dispatch_group

Create a dispatch group.

previous

argclz.dispatch.builder.DispatchCommandBuilder

next

argclz.dispatch.core.DispatchCommand

Edit on GitHub
Show Source

© Copyright 2025, Yu-Ting Wei.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.17.1.