Home
last modified time | relevance | path

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

/third_party/python/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;