MCPcopy Index your code
hub / github.com/python/cpython / readonly

Method readonly

Lib/test/pickletester.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179
180 @property
181 def readonly(self):
182 return self.array.readonly
183
184 @property
185 def c_contiguous(self):

Callers 2

selectMethod · 0.80
_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected