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 / stubs / builtins / mypy_extensions.pytd
Size: Mime:
# pytype's equivalent of mypy's mypy_extensions
# (https://github.com/python/typeshed/blob/master/third_party/2and3/mypy_extensions.pyi)

from typing import Any

def __getattr__(name) -> Any: ...