Recherche
Une recherche sur plusieurs mots ne retourne que les résultats contenant tous les mots.
Recherche en cours
- collections.abc.Buffer (Python classe, dans
collections.abc
--- Abstract Base Classes for Containers) - io.TextIOBase.buffer (Python attribut, dans
io
--- Core tools for working with streams) - PyBytes_AsStringAndSize.buffer (C paramètre de fonction, dans Objets bytes)
- PyLong_AsNativeBytes.buffer (C paramètre de fonction, dans Objets Integer)
- PyLong_FromNativeBytes.buffer (C paramètre de fonction, dans Objets Integer)
- PyLong_FromUnsignedNativeBytes.buffer (C paramètre de fonction, dans Objets Integer)
- PyUnicode_AsUCS4.buffer (C paramètre de fonction, dans Objets Unicode et Codecs)
- PyUnicode_FromKindAndData.buffer (C paramètre de fonction, dans Objets Unicode et Codecs)
- unittest.TestResult.buffer (Python attribut, dans
unittest
--- Unit testing framework) inspect
--- Inspect live objects- 3. Modèle de données
- Nouveautés de Python 2.6
- Nouveautés de Python 3.3
- Protocole tampon
- Type Object Structures
- What's New In Python 3.12
- array.array.buffer_info (Python méthode, dans
array
--- Efficient arrays of numeric values) - asyncio.BufferedProtocol (Python classe, dans Transports et Protocoles)
- asyncio.BufferedProtocol.buffer_updated (Python méthode, dans Transports et Protocoles)
- asyncio.BufferedProtocol.get_buffer (Python méthode, dans Transports et Protocoles)
- asyncio.WriteTransport.get_write_buffer_limits (Python méthode, dans Transports et Protocoles)
- asyncio.WriteTransport.get_write_buffer_size (Python méthode, dans Transports et Protocoles)
- asyncio.WriteTransport.set_write_buffer_limits (Python méthode, dans Transports et Protocoles)
- BufferError (Python exception, dans Exceptions natives)
- code.InteractiveConsole.resetbuffer (Python méthode, dans
code
--- Interpreter base classes) - ctypes._CData.from_buffer (Python méthode, dans
ctypes
--- A foreign function library for Python) - ctypes._CData.from_buffer_copy (Python méthode, dans
ctypes
--- A foreign function library for Python) - ctypes.create_string_buffer (Python fonction, dans
ctypes
--- A foreign function library for Python) - ctypes.create_unicode_buffer (Python fonction, dans
ctypes
--- A foreign function library for Python) - getbufferproc (C type, dans Type Object Structures)
- inspect.BufferFlags (Python classe, dans
inspect
--- Inspect live objects) - io.BufferedIOBase (Python classe, dans
io
--- Core tools for working with streams) - io.BufferedRandom (Python classe, dans
io
--- Core tools for working with streams) - io.BufferedReader (Python classe, dans
io
--- Core tools for working with streams) - io.BufferedRWPair (Python classe, dans
io
--- Core tools for working with streams) - io.BufferedWriter (Python classe, dans
io
--- Core tools for working with streams) - io.BytesIO.getbuffer (Python méthode, dans
io
--- Core tools for working with streams) - io.DEFAULT_BUFFER_SIZE (Python données, dans
io
--- Core tools for working with streams) - io.TextIOWrapper.line_buffering (Python attribut, dans
io
--- Core tools for working with streams) - logging.BufferingFormatter (Python classe, dans
logging
--- Logging facility for Python) - logging.handlers.BufferingHandler (Python classe, dans
logging.handlers
--- Logging handlers) - multiprocessing.BufferTooShort (Python exception, dans
multiprocessing
--- Process-based parallelism) - object.__buffer__ (Python méthode, dans 3. Modèle de données)
- object.__release_buffer__ (Python méthode, dans 3. Modèle de données)
- pickle.PickleBuffer (Python classe, dans
pickle
--- Python object serialization) - Py_ASNATIVEBYTES_UNSIGNED_BUFFER (C macro, dans Objets Integer)
- Py_buffer (C type, dans Protocole tampon)
- Py_UnbufferedStdioFlag (C membre, dans Initialization, Finalization, and Threads)
- PyBuffer_FillContiguousStrides (C fonction, dans Protocole tampon)
- PyBuffer_FillInfo (C fonction, dans Protocole tampon)
- PyBuffer_FromContiguous (C fonction, dans Protocole tampon)
- PyBuffer_GetPointer (C fonction, dans Protocole tampon)
- PyBuffer_IsContiguous (C fonction, dans Protocole tampon)
- PyBuffer_Release (C fonction, dans Protocole tampon)
- PyBuffer_SizeFromFormat (C fonction, dans Protocole tampon)
- PyBuffer_ToContiguous (C fonction, dans Protocole tampon)
- PyBufferProcs (C type, dans Type Object Structures)
- PyBufferProcs.bf_getbuffer (C membre, dans Type Object Structures)
- PyBufferProcs.bf_releasebuffer (C membre, dans Type Object Structures)