File: _context.pyi

package info (click to toggle)
python-pyproj 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,720 kB
  • sloc: python: 13,468; sh: 273; makefile: 90
file content (7 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
def get_user_data_dir(create: bool = False) -> str: ...
def _set_context_data_dir() -> None: ...
def _set_context_ca_bundle_path(ca_bundle_path: str) -> None: ...
def _set_context_network_enabled() -> None: ...
def set_use_global_context(active: bool | None = None) -> None: ...
def _clear_proj_error() -> None: ...
def _get_proj_error() -> str: ...