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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /external/python/cpython2/Include/
object.h 136 typedef int (*inquiry)(PyObject *); typedef
238 inquiry nb_nonzero;
365 inquiry tp_clear;
392 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]
  /external/python/cpython3/Include/
object.h 172 typedef int (*inquiry)(PyObject *); typedef
254 inquiry nb_bool;
388 inquiry tp_clear;
414 inquiry tp_is_gc; /* For PyObject_IS_GC */
    [all...]

Completed in 570 milliseconds