nzbToMedia/libs/win/path/masks.pyi
2022-11-29 00:44:47 -05:00

6 lines
205 B
Python

from typing import Any, Callable
def compose(*funcs: Callable[..., Any]) -> Callable[..., Any]: ...
def compound(mode: str) -> Callable[[int], int]: ...
def simple(mode: str) -> Callable[[int], int]: ...