File: _network.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 (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: ...