Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dpybind11.h405 object scope_module; in PYBIND11_NAMESPACE_BEGIN() local
408 scope_module = rec->scope.attr("__module__"); in PYBIND11_NAMESPACE_BEGIN()
410 scope_module = rec->scope.attr("__name__"); in PYBIND11_NAMESPACE_BEGIN()
414 m_ptr = PyCFunction_NewEx(rec->def, rec_capsule.ptr(), scope_module.ptr()); in PYBIND11_NAMESPACE_BEGIN()