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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /external/python/cpython2/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /external/python/cpython3/Include/
object.h 323 users won't implement tp_print. However, not defining printfunc
326 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
354 printfunc tp_print;
    [all...]

Completed in 2624 milliseconds