MCPcopy Index your code
hub / github.com/RustPython/RustPython / readonly

Method readonly

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

Source from the content-addressed store, hash-verified

273
274 @property
275 def readonly(self):
276 return self.array.readonly
277
278 @property
279 def c_contiguous(self):

Callers 2

selectMethod · 0.45
_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected