PHP 8.2.30
Preview: arrayprint.pyi Size: 4.32 KB
//opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/arrayprint.pyi

from types import TracebackType
from collections.abc import Callable
from typing import Any, Literal, TypedDict, SupportsIndex

# Using a private class is by no means ideal, but it is simply a consequence
# of a `contextlib.context` returning an instance of aforementioned class
from contextlib import _GeneratorContextManager

from numpy import (
    ndarray,
    generic,
    bool_,
    integer,
    timedelta64,
    datetime64,
    floating,
    complexfloating,
    void,
    str_,
    bytes_,
    longdouble,
    clongdouble,
)
from numpy._typing import ArrayLike, _CharLike_co, _FloatLike_co

_FloatMode = Literal["fixed", "unique", "maxprec", "maxprec_equal"]

class _FormatDict(TypedDict, total=False):
    bool: Callable[[bool_], str]
    int: Callable[[integer[Any]], str]
    timedelta: Callable[[timedelta64], str]
    datetime: Callable[[datetime64], str]
    float: Callable[[floating[Any]], str]
    longfloat: Callable[[longdouble], str]
    complexfloat: Callable[[complexfloating[Any, Any]], str]
    longcomplexfloat: Callable[[clongdouble], str]
    void: Callable[[void], str]
    numpystr: Callable[[_CharLike_co], str]
    object: Callable[[object], str]
    all: Callable[[object], str]
    int_kind: Callable[[integer[Any]], str]
    float_kind: Callable[[floating[Any]], str]
    complex_kind: Callable[[complexfloating[Any, Any]], str]
    str_kind: Callable[[_CharLike_co], str]

class _FormatOptions(TypedDict):
    precision: int
    threshold: int
    edgeitems: int
    linewidth: int
    suppress: bool
    nanstr: str
    infstr: str
    formatter: None | _FormatDict
    sign: Literal["-", "+", " "]
    floatmode: _FloatMode
    legacy: Literal[False, "1.13", "1.21"]

def set_printoptions(
    precision: None | SupportsIndex = ...,
    threshold: None | int = ...,
    edgeitems: None | int = ...,
    linewidth: None | int = ...,
    suppress: None | bool = ...,
    nanstr: None | str = ...,
    infstr: None | str = ...,
    formatter: None | _FormatDict = ...,
    sign: Literal[None, "-", "+", " "] = ...,
    floatmode: None | _FloatMode = ...,
    *,
    legacy: Literal[None, False, "1.13", "1.21"] = ...
) -> None: ...
def get_printoptions() -> _FormatOptions: ...
def array2string(
    a: ndarray[Any, Any],
    max_line_width: None | int = ...,
    precision: None | SupportsIndex = ...,
    suppress_small: None | bool = ...,
    separator: str = ...,
    prefix: str = ...,
    # NOTE: With the `style` argument being deprecated,
    # all arguments between `formatter` and `suffix` are de facto
    # keyworld-only arguments
    *,
    formatter: None | _FormatDict = ...,
    threshold: None | int = ...,
    edgeitems: None | int = ...,
    sign: Literal[None, "-", "+", " "] = ...,
    floatmode: None | _FloatMode = ...,
    suffix: str = ...,
    legacy: Literal[None, False, "1.13", "1.21"] = ...,
) -> str: ...
def format_float_scientific(
    x: _FloatLike_co,
    precision: None | int = ...,
    unique: bool = ...,
    trim: Literal["k", ".", "0", "-"] = ...,
    sign: bool = ...,
    pad_left: None | int = ...,
    exp_digits: None | int = ...,
    min_digits: None | int = ...,
) -> str: ...
def format_float_positional(
    x: _FloatLike_co,
    precision: None | int = ...,
    unique: bool = ...,
    fractional: bool = ...,
    trim: Literal["k", ".", "0", "-"] = ...,
    sign: bool = ...,
    pad_left: None | int = ...,
    pad_right: None | int = ...,
    min_digits: None | int = ...,
) -> str: ...
def array_repr(
    arr: ndarray[Any, Any],
    max_line_width: None | int = ...,
    precision: None | SupportsIndex = ...,
    suppress_small: None | bool = ...,
) -> str: ...
def array_str(
    a: ndarray[Any, Any],
    max_line_width: None | int = ...,
    precision: None | SupportsIndex = ...,
    suppress_small: None | bool = ...,
) -> str: ...
def set_string_function(
    f: None | Callable[[ndarray[Any, Any]], str], repr: bool = ...
) -> None: ...
def printoptions(
    precision: None | SupportsIndex = ...,
    threshold: None | int = ...,
    edgeitems: None | int = ...,
    linewidth: None | int = ...,
    suppress: None | bool = ...,
    nanstr: None | str = ...,
    infstr: None | str = ...,
    formatter: None | _FormatDict = ...,
    sign: Literal[None, "-", "+", " "] = ...,
    floatmode: None | _FloatMode = ...,
    *,
    legacy: Literal[None, False, "1.13", "1.21"] = ...
) -> _GeneratorContextManager[_FormatOptions]: ...

Directory Contents

Dirs: 4 × Files: 56

Name Size Perms Modified Actions
include DIR
- drwxr-xr-x 2026-01-20 13:01:48
Edit Download
lib DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:07:28
Edit Download
62.12 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
4.32 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
347 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
71.89 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
9.00 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
50.65 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
4.75 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
125.80 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
22.96 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
19.37 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
4.61 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
7.47 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
25.26 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
82 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
11.50 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
55 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
54.78 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
24.19 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
75.21 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
13.90 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
17.67 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
3.19 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
6.93 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
36.65 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
5.56 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
47.05 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
16.68 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
29.05 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
2.71 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.99 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
389 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
204.07 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
11.82 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
3.79 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.06 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
10.36 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
3.59 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
5.25 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
27.68 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.01 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
11.29 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
8.41 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
171.40 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
6.64 MB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
16.55 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
58.29 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
2.47 MB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
2.79 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
16.65 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
7.36 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
404 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
13.62 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.04 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
41.01 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
5.64 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
126 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).