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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 308 typedef PyObject *(*getattrfunc)(PyObject *, char *); typedef
333 getattrfunc tp_getattr;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 308 typedef PyObject *(*getattrfunc)(PyObject *, char *); typedef
333 getattrfunc tp_getattr;
    [all...]

Completed in 581 milliseconds