Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ whathour.py
File
whathour.py
code3/whathour.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
fname = input(
'Enter file name: '
)
2
fhand = open(fname)
3
c = dict()
4
for
line in fhand:
Callers
nothing calls this directly
Calls
5
list
Function · 0.85
print
Function · 0.85
split
Method · 0.80
get
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected