view stubs/numpy/__init__.pyi @ 1885:7bafb8213b4b

collector web view: try to reestablish socket if connection to server is lost Ignore-this: f83cd70844344c5e92e887c2068f87fb
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:53:56 +0000
parents 4ce991cdacdb
children 88ca10c9e31a
line wrap: on
line source

# Stubs for numpy (Python 3)
#

from typing import Any
array: Any
linalg: Any