Files
Buffteks-Website/venv/lib/python3.12/site-packages/setuptools-stubs/glob.pyi
2025-05-08 21:10:14 -05:00

6 lines
164 B
Python

__all__ = ["glob", "iglob", "escape"]
def glob(pathname, recursive: bool = False): ...
def iglob(pathname, recursive: bool = False): ...
def escape(pathname): ...