Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Ddescrobject.h11 struct wrapperbase { struct
12 const char *name;
13 int offset;
14 void *function;
15 wrapperfunc wrapper;
16 const char *doc;
17 int flags;
18 PyObject *name_strobj;