Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/injetlee/Python
/ countFile.py
File
countFile.py
countFile.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
result = []
3
def
get_all(cwd):
4
get_dir = os.listdir(cwd)
#遍历当前目录,获取文件列表
Callers
nothing calls this directly
Calls
1
get_all
Function · 0.85
Tested by
no test coverage detected