view stubs/numpy/__init__.pyi @ 1963:4b856f39d490

some test show data Ignore-this: b83300870fbc8675589d7a18d34c3df4
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2019 12:01:31 +0000
parents 88ca10c9e31a
children
line wrap: on
line source

# Stubs for numpy (Python 3)
#

from typing import Any
array: Any
linalg: Any

def asarray(a: Any) -> array: ...