readonly Description Returns a Boolean indicating whether the memory is read only. Syntax memoryview. readonly Return Value bool Time Complexity #TODO Example >>> m = memoryview('foo') >>> m.readonly True See Also #TODO