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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h617 constexpr auto *local_key = PYBIND11_MODULE_LOCAL_ID; local
619 if (!hasattr(pytype, local_key))
622 type_info *foreign_typeinfo = reinterpret_borrow<capsule>(getattr(pytype, local_key));

Completed in 11 milliseconds