MCPcopy Create free account
hub / github.com/numpy/numpy / getbufsize

Function getbufsize

numpy/core/_ufunc_config.py:208–218  ·  view source on GitHub ↗

Return the size of the buffer used in ufuncs. Returns ------- getbufsize : int Size of ufunc buffer in bytes.

()

Source from the content-addressed store, hash-verified

206
207@set_module('numpy')
208def getbufsize():
209 """
210 Return the size of the buffer used in ufuncs.
211
212 Returns
213 -------
214 getbufsize : int
215 Size of ufunc buffer in bytes.
216
217 """
218 return umath.geterrobj()[0]
219
220
221@set_module('numpy')

Callers 1

setbufsizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected