Delete .venv directory

This commit is contained in:
Untriex Programming
2021-08-31 22:15:54 +02:00
committed by GitHub
parent 7795984d81
commit 5a2693bd9f
5105 changed files with 0 additions and 1440072 deletions

View File

@@ -1,65 +0,0 @@
from typing import List
from numpy import (
format_parser as format_parser,
record as record,
recarray as recarray,
)
__all__: List[str]
def fromarrays(
arrayList,
dtype=...,
shape=...,
formats=...,
names=...,
titles=...,
aligned=...,
byteorder=...,
): ...
def fromrecords(
recList,
dtype=...,
shape=...,
formats=...,
names=...,
titles=...,
aligned=...,
byteorder=...,
): ...
def fromstring(
datastring,
dtype=...,
shape=...,
offset=...,
formats=...,
names=...,
titles=...,
aligned=...,
byteorder=...,
): ...
def fromfile(
fd,
dtype=...,
shape=...,
offset=...,
formats=...,
names=...,
titles=...,
aligned=...,
byteorder=...,
): ...
def array(
obj,
dtype=...,
shape=...,
offset=...,
strides=...,
formats=...,
names=...,
titles=...,
aligned=...,
byteorder=...,
copy=...,
): ...