Searched defs:py_types (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py231 py_types = { variable
396 global py_types
427 if py_types.has_key(arg[1]):
428 (f, t, n, c) = py_types[arg[1]]
473 elif py_types.has_key(ret[0]):
474 (f, t, n, c) = py_types[ret[0]]
553 global py_types
577 py_types['pythonObject'] = ('O', "pythonObject", "pythonObject", "pythonObject")
866 global py_types

Completed in 57 milliseconds