view stubs/numpy/__init__.pyi @ 1999:b8efe756ad5d

bigger font on effect names Ignore-this: baece6400dc4b7b35695bc345f6c01e6
author drewp@bigasterisk.com
date Sun, 09 Jun 2019 21:57:01 +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: ...