footprints.proxies¶
Proxy objects to footprints catalogs.
Functions¶
Classes¶
- class footprints.proxies.FootprintProxy(*args, **kw)[source]¶
Bases:
GetByTagAccess to alive footprint items.
Some class variables may have an impact on GetByTag behaviour:
_tag_default: Sets the defaulttag(if thetagattribute is omitted when calling the constructor, the_tag_defaultstring will be used._tag_implicit_new: If set toFalse, unlessnew=Trueis specified when calling the constructor, it won’t be allowed to create new objects (a RuntimeError exception will be thrown)._tag_topcls: if set toFalse, the tags list will be shared with the parent class (and possibly other siblings). Thetag_classes()class method allows to retrieve the list of Classes sharing the same list of tags