MCPcopy Index your code
hub / github.com/bpython/bpython / search

Method search

bpython/lazyre.py:46–47  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

44 return self.compiled.finditer(*args, **kwargs)
45
46 def search(self, *args, **kwargs) -> Match[str] | None:
47 return self.compiled.search(*args, **kwargs)
48
49 def match(self, *args, **kwargs) -> Match[str] | None:
50 return self.compiled.match(*args, **kwargs)

Callers 10

_getpydocspecFunction · 0.80
get_encodingFunction · 0.80
get_encoding_fileFunction · 0.80
current_importFunction · 0.80
_method_match_fuzzyFunction · 0.80
get_fodder_sourceFunction · 0.80
forward_wordFunction · 0.80
last_word_posFunction · 0.80
delete_rest_of_wordFunction · 0.80

Calls

no outgoing calls

Tested by 1

get_fodder_sourceFunction · 0.64