Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ txtcheck3.py
File
txtcheck3.py
code3/txtcheck3.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
from
os.path
import
join
3
for
(dirname, dirs, files) in os.walk(
'.'
):
4
for
filename in files:
Callers
nothing calls this directly
Calls
4
print
Function · 0.85
list
Function · 0.85
append
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected