Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ re01.py
File
re01.py
code3/re01.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Search for lines that contain 'From'
2
import
re
3
hand = open(
'mbox-short.txt'
)
4
for
line in hand:
Callers
nothing calls this directly
Calls
2
print
Function · 0.85
search
Method · 0.45
Tested by
no test coverage detected