Skip to content

Commit 841e887

Browse files
committed
docs: Add note on Predicate
Remember discovering this during (#3427), but hadn't documented
1 parent d2868f8 commit 841e887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

altair/vegalite/v5/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ def check_fields_and_encodings(parameter: Parameter, field_name: str) -> bool:
538538
-----
539539
- Quite similar to ``_PredicateType``
540540
- Probably some redundant typing, that can be reduced
541+
- ``Predicate`` derives ``PredicateComposition``
542+
- Includes all ``(Logical|Field|Parameter)...Predicate``
541543
"""
542544

543545
_ComposablePredicateType: TypeAlias = Union[

0 commit comments

Comments
 (0)