Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base_api.py: Implement operators and document them in cli help
Right now for operators we are using "magic" suffix such as __gt, __lt and so on, which is not documented and a bit non-intuitive. We can make cli tool more intuitive with this patch, where it will hide from user this magic, until we find better mechanism to handle operators as mentioned in kernelci/kernelci-api#356 Also raise error if attribute name is used twice, as first one will be overwritten and ignored due current implementation. Signed-off-by: Denys Fedoryshchenko <[email protected]>
- Loading branch information