Searched defs:py_type (Results 1 – 7 of 7) sorted by relevance
33 py_type = bool variable in BoolFlags42 py_type = int variable in Uint8Flags51 py_type = int variable in Uint16Flags60 py_type = int variable in Uint32Flags69 py_type = int variable in Uint64Flags78 py_type = int variable in Int8Flags87 py_type = int variable in Int16Flags96 py_type = int variable in Int32Flags105 py_type = int variable in Int64Flags114 py_type = float variable in Float32Flags[all …]
116 auto* py_type = Py_TYPE(pself); in Dealloc() local
2087 const auto py_type = ValueToPyData(type); in ConvertTypeToPyExecute() local2097 const auto py_type = ValueToPyData(class_type); in ConvertClassTypeToPyExecute() local
1351 PyTypeObject *py_type = &heap_type->ht_type; in RegisterNumpyType() local
1837 PyObject *py_type; in CreateItem() local
1856 py::object py_type = py::reinterpret_borrow<py::object>(reinterpret_cast<PyObject *>(type)); in BuildSuperObject() local
2428 const auto &py_type = BuildPyObject(type_value); in GetAnnotationType() local