Home
last modified time | relevance | path

Searched refs:py_types (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/python/
Dgenerator.py181 py_types = { variable
348 global py_types
380 if arg[1] in py_types:
381 (f, t, n, c) = py_types[arg[1]]
429 elif ret[0] in py_types:
430 (f, t, n, c) = py_types[ret[0]]
511 global py_types
535 py_types['pythonObject'] = ('O', "pythonObject", "pythonObject", "pythonObject")
849 global py_types
968 if arg[1] in py_types:
[all …]