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

Method match

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

Source from the content-addressed store, hash-verified

47 return self.compiled.search(*args, **kwargs)
48
49 def match(self, *args, **kwargs) -> Match[str] | None:
50 return self.compiled.match(*args, **kwargs)
51
52 def sub(self, *args, **kwargs) -> str:
53 return self.compiled.sub(*args, **kwargs)

Callers 7

showsyntaxerrorMethod · 0.80
showtracebackMethod · 0.80
attr_matchesMethod · 0.80
predicted_indentMethod · 0.80
peel_off_stringFunction · 0.80
indent_empty_linesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected