/// Python does not support the unary prefix increment or decrement operator. /// - [Python documentation: Unary arithmetic and bitwise operations](https://docs ...
/// the instance, preventing it from being garbage collected. /// Instead, refactor the method to depend only on its arguments and not on the /// instance of the class, or use the `@lru_cache` ...