9 lines
328 B
Python
9 lines
328 B
Python
|
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: ...
|