MCPcopy
hub / github.com/kovidgoyal/kitty / search

Method search

kitty/search_query_parser.py:48–49  ·  view source on GitHub ↗
(self, universal_set: set[T], get_matches: GetMatches[T])

Source from the content-addressed store, hash-verified

46 self.type = type
47
48 def search(self, universal_set: set[T], get_matches: GetMatches[T]) -> set[T]:
49 return self(universal_set, get_matches)
50
51 def __call__(self, candidates: set[T], get_matches: GetMatches[T]) -> set[T]:
52 return set()

Callers 15

publish.pyFile · 0.45
check_version_infoFunction · 0.45
setup.pyFile · 0.45
cc_versionFunction · 0.45
build_static_kittensFunction · 0.45
read_bool_optionsFunction · 0.45
initialize_constantsFunction · 0.45
generate_constantsFunction · 0.45
unicode_versionFunction · 0.45
matches_rule_itemMethod · 0.45
key_val_matcherFunction · 0.45
searchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected