Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ usage
Function
usage
check_file.py:20–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
def
usage():
21
print(
"[-] Usage: python check_file.py [filename1] [filename2] ... [filenameN]"
)
22
23
24
# Readfile Functions which open the file that is passed to the script
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected