doc/source/reference/routines.io.rst
.. _routines.io:
.. currentmodule:: numpy
.. autosummary:: :toctree: generated/
load save savez savez_compressed lib.npyio.NpzFile
The format of these binary file types is documented in
:py:mod:numpy.lib.format
.. autosummary:: :toctree: generated/
loadtxt savetxt genfromtxt fromregex fromstring ndarray.tofile ndarray.tolist
.. autosummary::
fromfile ndarray.tofile
.. autosummary:: :toctree: generated/
array2string array_repr array_str format_float_positional format_float_scientific
.. autosummary:: :toctree: generated/
memmap lib.format.open_memmap
.. _text_formatting_options:
Text formatting settings are maintained in a :py:mod:context variable <python:contextvars>,
allowing different threads or async tasks to have independent configurations.
For more information, see :ref:thread_safety.
.. autosummary:: :toctree: generated/
set_printoptions get_printoptions printoptions
.. autosummary:: :toctree: generated/
binary_repr base_repr
.. autosummary:: :toctree: generated/
lib.npyio.DataSource
.. autosummary:: :toctree: generated/
lib.format