6 lines
164 B
Python
6 lines
164 B
Python
__all__ = ["glob", "iglob", "escape"]
|
|
|
|
def glob(pathname, recursive: bool = False): ...
|
|
def iglob(pathname, recursive: bool = False): ...
|
|
def escape(pathname): ...
|