erg/crates/erg_compiler/lib/pystd/fnmatch.d.er
2024-06-30 13:13:38 +09:00

4 lines
169 B
Python

.fnmatch: (name: Str, pat: Str) -> Bool
.fnmatchcase: (name: Str, pat: Str) -> Bool
.filter: (names: Iterable(Str), pat: Str) -> List(Str)
.translate: (pat: Str) -> Str