mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
6
stdlib/2/fnmatch.pyi
Normal file
6
stdlib/2/fnmatch.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Iterable
|
||||
|
||||
def fnmatch(filename: str, pattern: str) -> bool: ...
|
||||
def fnmatchcase(filename: str, pattern: str) -> bool: ...
|
||||
def filter(names: Iterable[str], pattern: str) -> Iterable[str]: ...
|
||||
def translate(pattern: str) -> str: ...
|
||||
Reference in New Issue
Block a user