MCPcopy 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

1import os
2result = []
3def get_all(cwd):
4 get_dir = os.listdir(cwd) #遍历当前目录,获取文件列表

Callers

nothing calls this directly

Calls 1

get_allFunction · 0.85

Tested by

no test coverage detected