MCPcopy 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
3fnmatch(FILENAME, PATTERN) matches according to the local convention.
4fnmatchcase(FILENAME, PATTERN) always takes case in account.

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected