HomeSort by relevance Sort by last modified time
    Searched defs:PyCObject (Results 1 - 6 of 6) 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;
  /prebuilts/gdb/darwin-x86/include/python2.7/
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;
  /prebuilts/gdb/linux-x86/include/python2.7/
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;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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 122 milliseconds