We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133d4eb commit 1ce6f15Copy full SHA for 1ce6f15
1 file changed
src/libvcs/_internal/query_list.py
@@ -87,8 +87,6 @@ def parse_lookup(obj: Mapping[str, Any], path: str, lookup: str) -> Optional[Any
87
88
If comparator not used or value not found, return None.
89
90
- mykey__endswith("mykey") -> "mykey" else None
91
-
92
>>> parse_lookup({ "food": "red apple" }, "food__istartswith", "__istartswith")
93
'red apple'
94
0 commit comments