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

File count3.py

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

Source from the content-addressed store, hash-verified

1import string
2fhand = open('romeo-full.txt')
3counts = dict()
4for line in fhand:

Callers

nothing calls this directly

Calls 4

listFunction · 0.85
splitMethod · 0.80
itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected