view stubs/numpy/__init__.pyi @ 1993:a322fba0035c

tintable cyc effect Ignore-this: 61408125389e6146f5835d56a26df07a
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 09 Jun 2019 18:31:47 +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: ...