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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 628 PyObject *_PyIO_unsupported_operation = NULL;
662 _PyIO_unsupported_operation = PyObject_CallFunction(
665 if (_PyIO_unsupported_operation == NULL)
667 Py_INCREF(_PyIO_unsupported_operation);
669 _PyIO_unsupported_operation) < 0)
779 Py_CLEAR(_PyIO_unsupported_operation);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 619 PyObject *_PyIO_unsupported_operation = NULL;
653 _PyIO_unsupported_operation = PyObject_CallFunction(
656 if (_PyIO_unsupported_operation == NULL)
658 Py_INCREF(_PyIO_unsupported_operation);
660 _PyIO_unsupported_operation) < 0)
770 Py_CLEAR(_PyIO_unsupported_operation);
  /external/python/cpython2/Modules/_io/
_iomodule.c 628 PyObject *_PyIO_unsupported_operation = NULL;
662 _PyIO_unsupported_operation = PyObject_CallFunction(
665 if (_PyIO_unsupported_operation == NULL)
667 Py_INCREF(_PyIO_unsupported_operation);
669 _PyIO_unsupported_operation) < 0)
779 Py_CLEAR(_PyIO_unsupported_operation);

Completed in 1367 milliseconds