Files @ b264971091dc
Branch filter:

Location: light9/stubs/numpy/__init__.pyi

drewp@bigasterisk.com
Fadable was being too strict about precision of slider vals
Ignore-this: 7236641aa403b0db96cf9668de8280bc
1
2
3
4
5
6
7
8
# Stubs for numpy (Python 3)
#

from typing import Any
array: Any
linalg: Any

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