numpy.getbufsize# numpy.getbufsize()[源代码]# 返回 ufunc 中使用的缓冲区的大小. 返回: getbufsizeintufunc 缓冲区的大小(以字节为单位). 示例 Try it in your browser! >>> import numpy as np >>> np.getbufsize() 8192 Go BackOpen In Tab