用法:
obj
memoryview的底层对象:
>>> b = bytearray(b'xyz') >>> m = memoryview(b) >>> m.obj is b True
3.3 版中的新函数。
相关用法
- Python memoryview.itemsize用法及代码示例
- Python memoryview.nbytes用法及代码示例
- Python memoryview.cast用法及代码示例
- Python memoryview.hex用法及代码示例
- Python memoryview.toreadonly用法及代码示例
- Python memoryview.release用法及代码示例
- Python memoryview.tolist用法及代码示例
- Python memoryview.__eq__用法及代码示例
- Python memoryview.tobytes用法及代码示例
- Python memoryview()用法及代码示例
- Python memoryview用法及代码示例
- Python statistics median_high()用法及代码示例
- Python statistics median_low()用法及代码示例
- Python statistics median()用法及代码示例
- Python statistics median_grouped()用法及代码示例
- Python numpy ma.MaskedArray.view用法及代码示例
- Python matplotlib.patches.Rectangle用法及代码示例
- Python matplotlib.pyplot.step()用法及代码示例
- Python math.cos()用法及代码示例
- Python math.cosh()用法及代码示例
注:本文由纯净天空筛选整理自python.org大神的英文原创作品 memoryview.obj。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。