view stubs/numpy/__init__.pyi @ 2008:51cedd7cf85c

checkpoint show data Ignore-this: 923190275e542181efe37815677c9504
author drewp@bigasterisk.com
date Mon, 10 Jun 2019 01:38:49 +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: ...