Re: [Python-Dev] Re: [Pyobjc-dev] PyBuffer* vs. array.array()
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@or...> - 2003-01-05 23:14:42
|
Note that there's the buffer *interface* and the buffer *object*. You want to use the buffer interface here, then on the Python side there's lots of objects that will work (arrays, NumPy arrays, strings for readonly access, etc). -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |