8000 docs(query_list): Clean up parse_lookup · vcs-python/libvcs@1ce6f15 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ce6f15

Browse files
committed
docs(query_list): Clean up parse_lookup
1 parent 133d4eb commit 1ce6f15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libvcs/_internal/query_list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def parse_lookup(obj: Mapping[str, Any], path: str, lookup: str) -> Optional[Any
8787
8888
If comparator not used or value not found, return None.
8989
90-
mykey__endswith("mykey") -> "mykey" else None
91-
9290
>>> parse_lookup({ "food": "red apple" }, "food__istartswith", "__istartswith")
9391
'red apple'
9492

0 commit comments

Comments
 (0)
0