Skip to content
Snippets Groups Projects
Commit 55323f7c authored by Marc-Olivier Andrez's avatar Marc-Olivier Andrez
Browse files

Merge branch 'remove-data-nbytes-from-documentation' into 'develop'

doc: remove `data_nbytes` from Python Producer client documentation

See merge request !235
parents 28818b78 dd5d618d
No related branches found
No related tags found
1 merge request!235doc: remove `data_nbytes` from Python Producer client documentation
Pipeline #119021 failed
......@@ -103,7 +103,7 @@ cdef void* data_pointer(data) except? NULL:
cdef const unsigned char[::1] memview = reshaped_view
return <void*>&memview[0]
def data_nbytes(data):
cdef data_nbytes(data):
if data is None:
return 0
return memoryview(data).nbytes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment