HomeSort by relevance Sort by last modified time
    Searched refs:stringio_seekable (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 646 stringio_seekable(stringio *self, PyObject *args) function
833 {"seekable", (PyCFunction)stringio_seekable, METH_NOARGS, stringio_seekable_doc},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 636 stringio_seekable(stringio *self, PyObject *args) function
820 {"seekable", (PyCFunction)stringio_seekable, METH_NOARGS},
  /external/python/cpython2/Modules/_io/
stringio.c 646 stringio_seekable(stringio *self, PyObject *args) function
833 {"seekable", (PyCFunction)stringio_seekable, METH_NOARGS, stringio_seekable_doc},

Completed in 78 milliseconds