Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fnmatch.py
File
fnmatch.py
Lib/fnmatch.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Filename matching
with
shell patterns.
2
3
fnmatch(FILENAME, PATTERN) matches according to the local convention.
4
fnmatchcase(FILENAME, PATTERN) always takes case in account.
Callers
nothing calls this directly
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected