footprints.stdtypes¶
Special derivated builtins to be used as attributes in footprints descriptions in order to avoid automatic value expansion (for example).
Classes¶
- class footprints.stdtypes.FPDict[source]¶
Bases:
dictA dict type for FootPrints arguments (without expansion).
- class footprints.stdtypes.FPList(iterable=(), /)[source]¶
Bases:
listA list type for FootPrints arguments (without expansion).
- class footprints.stdtypes.FPRegex(pattern, flags=0)[source]¶
Bases:
objectA Compiled Regex like object that can be deepcopied