{ } Raw JSON

bundles / numpy 2.4.4 / numpy / getbufsize

function

numpy:getbufsize

source: /numpy/_core/_ufunc_config.py :207

Signature

def   getbufsize ( )

Summary

Return the size of the buffer used in ufuncs.

Returns

getbufsize : int

Size of ufunc buffer in bytes.

Notes

Concurrency note: see /reference/routines.err

Examples

import numpy as np
np.getbufsize()

Aliases

  • numpy.getbufsize