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    
pytype / typeshed / stdlib / asyncio / compat.pyi
Size: Mime:
import sys

if sys.version_info < (3, 7):
    PY34: bool
    PY35: bool
    PY352: bool
    def flatten_list_bytes(list_of_data: list[bytes]) -> bytes: ...