Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 242 Bytes

File metadata and controls

11 lines (6 loc) · 242 Bytes

Objects

.. decorator:: cached_property

    Creates a property caching its result in object attribute with name prefixed with ``_``.

    Can rewrite cached value simply by assigning property.


.. decorator:: @monkey(cls_or_module)