Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dctypes.h296 struct tagPyCArgObject { struct
298 ffi_type *pffi_type;
299 char tag;
300 union {
311 } value;
312 PyObject *obj;
313 Py_ssize_t size; /* for the 'V' tag */