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

Method sub

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

Source from the content-addressed store, hash-verified

50 return self.compiled.match(*args, **kwargs)
51
52 def sub(self, *args, **kwargs) -> str:
53 return self.compiled.sub(*args, **kwargs)

Callers 2

clean_colorsFunction · 0.80
leading_tabs_to_spacesFunction · 0.80

Calls

no outgoing calls

Tested by 1

clean_colorsFunction · 0.64