pymel.util.common.cacheProperty — PyMEL 1.0.7 documentation

pymel.util.common.cacheProperty

cacheProperty(getter, attr_name, fdel=None, doc=None)

a property type for getattr functions that only need to be called once per instance. future calls to getattr for this property will return the previous non-null value. attr_name is the name of an attribute in which to store the cached values

Previous topic

pymel.util.common.path

Next topic

pymel.util.common.capitalize

Core Modules

Type Modules

Other Modules

This Page