Searched refs:module_local_load (Results 1 – 3 of 3) sorted by relevance
140 void *(*module_local_load)(PyObject *, const type_info *) = nullptr; member
645 if (foreign_typeinfo->module_local_load == &local_load in try_load_foreign_module_local()649 if (auto result = foreign_typeinfo->module_local_load(src.ptr(), foreign_typeinfo)) { in try_load_foreign_module_local()
1129 tinfo->module_local_load = &type_caster_generic::local_load; in PYBIND11_NAMESPACE_BEGIN()