cached-property icon indicating copy to clipboard operation
cached-property copied to clipboard

A decorator for caching properties in classes.

Results 62 cached-property issues
Sort by recently updated
recently updated
newest added

This PR updates [coverage](https://pypi.org/project/coverage) from **4.4.2** to **7.6.3**. Changelog ### 7.6.3 ``` -------------------------- - Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the last...

This PR updates [pytest](https://pypi.org/project/pytest) from **3.8.2** to **8.3.3**. Changelog ### 8.3.3 ``` ========================= Bug fixes --------- - `12446 <https://github.com/pytest-dev/pytest/issues/12446>`_: Avoid calling ``property`` (and other instance descriptors) during fixture discovery --...