argsloader
0.0.1

Tutorials

  • Installation
  • Quick Start
  • Cheat Sheet of Units

Best Practice

  • Demo of C51 Configuration
  • Demo of Subprocess Env Manager
  • Demo of One vs One Configuration

API Documentation

  • argsloader.base
  • argsloader.config
  • argsloader.units
    • argsloader.units.base
    • argsloader.units.build
    • argsloader.units.common
    • argsloader.units.enum
    • argsloader.units.func
    • argsloader.units.mathop
    • argsloader.units.numeric
    • argsloader.units.operator
    • argsloader.units.resource
    • argsloader.units.status
    • argsloader.units.string
    • argsloader.units.structure
    • argsloader.units.type
    • argsloader.units.utils
  • argsloader.utils
argsloader
  • Docs »
  • argsloader.units
  • View page source

argsloader.unitsΒΆ

  • argsloader.units.base
    • UncompletedUnit
    • BaseUnit
    • UnitProcessProxy
    • ValueUnit
    • raw
  • argsloader.units.build
    • TransformUnit
    • CalculateUnit
    • UnitBuilder
  • argsloader.units.common
    • IsUnit
    • is_
    • none
    • YesNoUnit
    • yesno
    • onoff
  • argsloader.units.enum
    • EnumUnit
    • enum
    • [Deprecated] SChoiceUnit
    • [Deprecated] schoice
  • argsloader.units.func
    • ProcUnit
    • proc
    • ufunc
  • argsloader.units.mathop
    • abs_
    • inv
    • invert
    • pos
    • neg
    • not_
    • add
    • plus
    • sub
    • minus
    • mul
    • matmul
    • truediv
    • floordiv
    • mod
    • pow_
    • lshift
    • rshift
    • and_
    • or_
    • band
    • bor
    • bxor
    • eq
    • ne
    • ge
    • gt
    • le
    • lt
  • argsloader.units.numeric
    • IntervalUnit
    • interval
    • positive
    • negative
    • non_positive
    • non_negative
    • nature
    • NumberUnit
    • number
    • IntLikedUnit
    • int_like
  • argsloader.units.operator
    • PipeUnit
    • >> operator
    • AndUnit
    • & operator
    • OrUnit
    • | operator
  • argsloader.units.resource
    • TimeScale
    • TimespanUnit
    • timespan
    • MemoryScale
    • MemoryUnit
    • memory_
  • argsloader.units.status
    • ChildPositionUnit
    • child
    • ParentPositionUnit
    • parent
  • argsloader.units.string
    • TemplateUnit
    • template
    • RegexpMatchUnit
    • RegexpProxy
    • regexp
  • argsloader.units.structure
    • GetItemUnit
    • getitem_
    • GetAttrUnit
    • getattr_
    • StructUnit
    • struct
    • MappingUnit
    • mapping
    • InUnit
    • in_
    • isin
    • contains
    • cdict
    • cfree
    • cvalue
    • crequired
  • argsloader.units.type
    • IsTypeUnit
    • is_type
    • ToTypeUnit
    • to_type
    • IsSubclassUnit
    • is_subclass
  • argsloader.units.utils
    • KeepUnit
    • keep
    • CheckUnit
    • check
    • ValidityUnit
    • validity
    • ErrorUnit
    • error
    • validate
    • fail
    • IfUnit
    • _IfProxy
    • if_
Next Previous

© Copyright 2022, HansBug

Built with Sphinx using a theme provided by Read the Docs.
Other Versions v: v0.0.1
Tags
v0.0.1
Branches
main