Collector
Collector¶
- class Collector[source]¶
Bases:
abc.ABC
,Generic
[configpile.collector._Value
]Collects argument instances and computes the final value
Methods
Returns a collector that appends sequences
Returns whether one instance of the argument needs to be present
Returns the arguments using in documentation (piggy backing on argparse)
Collects a sequence of values into a result
Returns a collector that keeps the last value
List of members of Collector
- abstract arg_required()[source]¶
Returns whether one instance of the argument needs to be present
- Return type
- abstract argparse_argument_kwargs()[source]¶
Returns the arguments using in documentation (piggy backing on argparse)
- static __new__(cls, *args, **kwds)¶