File: _network.pyi

package info (click to toggle)
python-pyproj 3.7.2-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,728 kB
  • sloc: python: 13,453; sh: 273; makefile: 90
file content (2 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (5)
1
2
def set_network_enabled(active: bool | None = None) -> None: ...
def is_network_enabled() -> bool: ...