![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | __init__ (self, wrapped) |
| def | __get__ (self, instance, instance_type=None) |
Public Attributes | |
| wrapped | |
Private Attributes | |
| __doc__ | |
Decorator that lazy-loads the value of a property. The first time the property is accessed, the original property function is executed. The value it returns is set as the new value of that instance's property, replacing the original method.
1.8.13