You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
beta_channel_for_steam/landscape/pyproj/_network.pyi

5 lines
193 B

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: ...