| 72 | |
| 73 | Py_ssize_t len() const { return _length; } |
| 74 | size_t stride() const { return _stride; } |
| 75 | bool writable() const { return _writable; } |
| 76 | |
| 77 | // This method is mainly here for use in confidence tests, but there may |
nothing calls this directly
no outgoing calls
no test coverage detected