Home
last modified time | relevance | path

Searched defs:wrapperbase (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Ddescrobject.h25 struct wrapperbase { struct
26 char *name;
27 int offset;
28 void *function;
29 wrapperfunc wrapper;
30 char *doc;
31 int flags;
32 PyObject *name_strobj;
/external/python/cpython3/Include/
Ddescrobject.h26 struct wrapperbase { struct
27 const char *name;
28 int offset;
29 void *function;
30 wrapperfunc wrapper;
31 const char *doc;
32 int flags;
33 PyObject *name_strobj;