MCPcopy
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'
2import re
3hand = open('mbox-short.txt')
4for line in hand:

Callers

nothing calls this directly

Calls 2

printFunction · 0.85
searchMethod · 0.45

Tested by

no test coverage detected