Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
dnspython / dns / asyncbackend.pyi
Size: Mime:
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license

class Backend:
    ...

def get_backend(name: str) -> Backend:
    ...
def sniff() -> str:
    ...
def get_default_backend() -> Backend:
    ...
def set_default_backend(name: str) -> Backend:
    ...