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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;
  /external/python/cpython2/Include/
cobject.h 47 /* Create a PyCObject from a pointer to a C object and an optional
49 will be called with the first argument if and when the PyCObject is
57 /* Create a PyCObject from a pointer to a C object, a description object,
60 the PyCObject is destroyed.
65 /* Retrieve a pointer to a C object from a PyCObject. */
68 /* Retrieve a pointer to a description object from a PyCObject. */
71 /* Import a pointer to a C object from a module using a PyCObject. */
83 } PyCObject;

Completed in 88 milliseconds