numpy.getbufsize#

numpy.getbufsize()[原始碼]#

Return the size of the buffer used in ufuncs.

回傳值:
getbufsizeint

Size of ufunc buffer in bytes.

Notes

Concurrency note: see Floating point error handling

範例

>>> import numpy as np
>>> np.getbufsize()
8192