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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h321 object scope_module; local
324 scope_module = rec->scope.attr("__module__");
326 scope_module = rec->scope.attr("__name__");
330 m_ptr = PyCFunction_NewEx(rec->def, rec_capsule.ptr(), scope_module.ptr());

Completed in 12 milliseconds