Searched defs:py_type (Results 1 – 2 of 2) sorted by relevance
/third_party/flatbuffers/python/flatbuffers/ | ||
D | number_types.py | 33 py_type = bool variable in BoolFlags |
/third_party/boost/libs/python/src/object/ | ||
D | function_doc_signature.cpp | 124 PyTypeObject const * py_type = s.pytype_f?s.pytype_f():0; in py_type_str() local |