w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Python
Python
Built-in Types
Language
Default
Markdown
memoryview.readonly
readonly
A bool indicating whether the memory is read only.
Links:
https://docs.python.org/3.5/library/stdtypes.html#memoryview.readonly
doc_python
2016-10-07 17:37:11
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
readonly?
readonly?() Instance Public methods Returns true if the record is read only. Records loaded through joins with piggy-back attributes wil
readonly
readonly(value = true) Instance Public methods Sets readonly attributes for the returned relation. If value is true (default), attemptin
memoryview
class memoryview(obj) Create a memoryview that references obj. obj must support the buffer protocol. Built-in objects that support the buffer prot
memoryview.tolist()
tolist() Return the data in the buffer as a list of elements. >>> memoryview(b'abc').tolist() [97, 98, 99] >>> import array >
memoryview.cast()
cast(format[, shape]) Cast a memoryview to a new format or shape. shape defaults to [byte_length//new_itemsize], which means that the result view
Return to View
Please login to continue.