Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_colors
Function · 0.80
leading_tabs_to_spaces
Function · 0.80
Calls
no outgoing calls
Tested by
1
clean_colors
Function · 0.64