MCPcopy
hub / github.com/csev/py4e / re14.py

File re14.py

old/old-code/re14.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Search for lines that start with From and have an at sign
2import re
3fname = raw_input('Enter file:')
4hand = open(fname)

Callers

nothing calls this directly

Calls 2

listFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected