Searched refs:pytype (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h618 const auto pytype = src.get_type(); local
619 if (!hasattr(pytype, local_key))
622 type_info *foreign_typeinfo = reinterpret_borrow<capsule>(getattr(pytype, local_key));
1659 // pytype -> C++ type
1668 // pytype -> pytype (calls converting constructor)

Completed in 11 milliseconds