microproduct-l-sar/dem-L-SAR/ISCEApp/_internal/pyproj/_datadir.pyi

9 lines
328 B
Python
Raw Normal View History

2024-01-03 01:42:21 +00:00
from typing import Optional
def _pyproj_global_context_initialize() -> None: ...
def get_user_data_dir(create: bool = False) -> str: ...
def _global_context_set_data_dir() -> None: ...
def set_use_global_context(active: Optional[bool] = None) -> None: ...
def _clear_proj_error() -> None: ...
def _get_proj_error() -> str: ...