Files
django-stubs/django-stubs-generated/utils/_os.pyi
2018-11-10 17:49:18 +03:00

10 lines
242 B
Python

from os.path import abspath
from typing import Any, Optional, Union
abspathu = abspath
def upath(path: Any): ...
def npath(path: Any): ...
def safe_join(base: Union[bytes, str], *paths: Any) -> str: ...
def symlinks_supported() -> Any: ...