ningen.value module¶
Hold one or more values.
- ningen.value.Value¶
A value (or list of values) used in generating the
ninjafile.If this is a list, then
Noneentries are silently ignored.alias of
Union[str,Sequence[Optional[str]]]
Hold one or more values.
A value (or list of values) used in generating the ninja file.
If this is a list, then None entries are silently ignored.
alias of Union[str, Sequence[Optional[str]]]