HomeSort by relevance Sort by last modified time
    Searched full:pybytes (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /external/python/cpython2/Doc/howto/
cporting.rst 49 :file:`bytesobject.h`, mapping ``PyBytes`` names to ``PyString`` ones. For best
51 :c:type:`PyBytes` for binary data. It's also important to remember that
52 :c:type:`PyBytes` and :c:type:`PyUnicode` in Python 3 are not interchangeable like
55 and :c:type:`PyBytes`. ::
  /external/python/cpython2/Include/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /external/python/cpython3/Doc/howto/
cporting.rst 49 :file:`bytesobject.h`, mapping ``PyBytes`` names to ``PyString`` ones. For best
51 :c:type:`PyBytes` for binary data. It's also important to remember that
52 :c:type:`PyBytes` and :c:type:`PyUnicode` in Python 3 are not interchangeable like
55 and :c:type:`PyBytes`. ::
  /external/python/cpython3/Include/
bytes_methods.h 6 * The internal implementation behind PyBytes (bytes) and PyByteArray (bytearray)
  /external/python/cpython3/Lib/test/
test_pickletools.py 85 'pybytes_or_str', 'pystring', 'pybytes', 'pyunicode',
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 5 * The internal implementation behind PyString (bytes) and PyBytes (buffer)
  /external/python/cpython2/Doc/c-api/
string.rst 14 otherwise noted, the PyBytes functions available in 3.x are aliased to their
261 This function is not available in 3.x and does not have a PyBytes alias.
273 This function is not available in 3.x and does not have a PyBytes alias.
286 This function is not available in 3.x and does not have a PyBytes alias.
303 This function is not available in 3.x and does not have a PyBytes alias.
316 This function is not available in 3.x and does not have a PyBytes alias.
333 This function is not available in 3.x and does not have a PyBytes alias.
  /external/libxml2/python/
libxml_wrap.h 27 * for older versions of Python, we don't use PyBytes, but keep PyString
  /external/python/cpython3/Lib/
pickletools.py 997 pybytes = StackObject( variable
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 49 PyBytes object must be treated as immutable and you must not fill in nor
408 /* Returns a new reference to a PyBytes object, or NULL on failure. */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 0 /* PyBytes (bytearray) implementation */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 0 /* PyBytes (bytearray) implementation */
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 0 /* PyBytes (bytearray) implementation */
    [all...]
  /external/python/cpython3/Python/
getargs.c     [all...]
  /external/python/cpython3/Modules/
_pickle.c     [all...]
  /external/python/cpython2/Modules/
_bsddb.c 113 /* This code now uses PyBytes* API function names instead of PyString*.
    [all...]

Completed in 893 milliseconds