lisa.utils: Add non_recursive_property decorator
Add a decorator to prevent recursion when computing the property. This will raise an AttributeError when a recursion is detected.
Loading
Please register or sign in to comment
Add a decorator to prevent recursion when computing the property. This will raise an AttributeError when a recursion is detected.