Searched defs:SEARCH_FIRST (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py115 SEARCH_FIRST = "search_first" variable
205 if opts[SEARCH_BEFORE] and opts[SEARCH_FIRST]:
207 [SEARCH_BEFORE, SEARCH_FIRST])
209 if opts[SEARCH_AFTER] and opts[SEARCH_FIRST]:
211 [SEARCH_AFTER, SEARCH_FIRST])
915 (SEARCH_FIRST, False, [], {"type": "boolean"}),

Completed in 13 milliseconds