Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
string
2
fhand = open(
'romeo-full.txt'
)
3
counts = dict()
4
for
line in fhand:
Callers
nothing calls this directly
Calls
4
list
Function · 0.85
split
Method · 0.80
items
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected