mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
9
django-stubs-generated/utils/_os.pyi
Normal file
9
django-stubs-generated/utils/_os.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user