microproduct/atmosphericDelay/AtmosphericDelay-C-SAR-V2.2/ISCEApp/pyproj/_network.pyi

6 lines
193 B
Python
Raw Normal View History

2024-02-01 06:24:55 +00:00
from typing import Optional
def set_network_enabled(active: Optional[bool] = None) -> None: ...
def is_network_enabled() -> bool: ...
def _set_ca_bundle_path(ca_bundle_path: str) -> None: ...