Skip to content

Commit

Permalink
docs: Add note on Predicate
Browse files Browse the repository at this point in the history
Remember discovering this during (#3427), but hadn't documented
  • Loading branch information
dangotbanned committed Oct 30, 2024
1 parent d2868f8 commit 841e887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ def check_fields_and_encodings(parameter: Parameter, field_name: str) -> bool:
-----
- Quite similar to ``_PredicateType``
- Probably some redundant typing, that can be reduced
- ``Predicate`` derives ``PredicateComposition``
- Includes all ``(Logical|Field|Parameter)...Predicate``
"""

_ComposablePredicateType: TypeAlias = Union[
Expand Down

0 comments on commit 841e887

Please sign in to comment.