Summary
Feature request to add type hints and mypy type-checking
Proposed API
def create_query_filter(term: str, operator: str, value: str = None) -> QueryFilter:
I guarantee found edge cases will come out of it, and the codebase will look more readable
Intended Use Case
Summary
Feature request to add type hints and mypy type-checking
Proposed API
I guarantee found edge cases will come out of it, and the codebase will look more readable
Intended Use Case