NumPy
ufunc
numpy.exceptions
numpy.fft
numpy.linalg
numpy.random
numpy.testing
numpy.typing
numpy.distutils
getbufsize
Return the size of the buffer used in ufuncs.
Size of ufunc buffer in bytes.
Examples
>>> import numpy as np >>> np.getbufsize() 8192
previous
numpy.setbufsize
next
numpy.shares_memory