Class for creating properties where the value is initially calculated then stored.
Intended for use as a descriptor, ie:
@propertycache def aValue(self):
return calcValue()
c = MyClass() c.aValue
pymel.util.path
pymel.util.universalmethod
Enter search terms or a module, class or function name.