get_pytype 154 python_bindings/numpy/dtype.cpp if (obj->ob_type == get_pytype()) { get_pytype 178 python_bindings/numpy/dtype.cpp &get_pytype get_pytype 31 python_bindings/numpy/internal.hpp PyTypeObject const *object_manager_traits<manager>::get_pytype() { return &pytype; } get_pytype 19 python_bindings/numpy/numpy_object_mgr_traits.hpp return python::detail::new_reference(python::pytype_check((PyTypeObject *)get_pytype(), x)); \ get_pytype 22 python_bindings/numpy/numpy_object_mgr_traits.hpp return ::PyObject_IsInstance(x, (PyObject *)get_pytype()); \ get_pytype 25 python_bindings/numpy/numpy_object_mgr_traits.hpp return python::downcast<manager>((checked_downcast_impl)(x, (PyTypeObject *)get_pytype())); \ get_pytype 27 python_bindings/numpy/numpy_object_mgr_traits.hpp static PyTypeObject const *get_pytype(); \