Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -1,6 +1,16 @@
|
|||
from cpython.buffer cimport Py_buffer
|
||||
|
||||
|
||||
cdef class ByteSource:
|
||||
cdef object owner
|
||||
cdef bint has_view
|
||||
cdef Py_buffer view
|
||||
cdef unsigned char *ptr
|
||||
cdef size_t length
|
||||
|
||||
cdef ByteSource bytesource(object, bint allow_none=*)
|
||||
|
||||
cdef class Buffer:
|
||||
|
||||
cdef size_t _buffer_size(self)
|
||||
cdef void* _buffer_ptr(self)
|
||||
cdef bint _buffer_writable(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue