Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Reword CompRegLike helper for clarity, NFC.
This was migrated to a helper class with a static method rather than a base class in 812cbe9. But the method naming accepting a `self` parameter is confusing, and a `@staticmethod` annotation would also be appropriate. This adds the annotations and renames `self` to `op` for clarity.
- Loading branch information