Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dctypes.h317 struct tagPyCArgObject { struct
319 ffi_type *pffi_type;
320 char tag;
321 union {
332 } value;
333 PyObject *obj;
334 Py_ssize_t size; /* for the 'V' tag */