library packages
This commit is contained in:
8
.venv/lib/python3.12/site-packages/pyproj/_datadir.pyi
Normal file
8
.venv/lib/python3.12/site-packages/pyproj/_datadir.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
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: ...
|
||||
Reference in New Issue
Block a user