Home
last modified time | relevance | path

Searched defs:wrapperbase (Results 1 – 1 of 1) 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;