Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dembed.h53 auto m = ::pybind11::module_::create_extension_module( \
Dpybind11.h949 *this = create_extension_module(name, doc, new PyModuleDef()); in PYBIND11_OBJECT_DEFAULT()
951 *this = create_extension_module(name, doc, nullptr); in PYBIND11_OBJECT_DEFAULT()
1033 static module_ create_extension_module(const char *name, const char *doc, module_def *def) { in create_extension_module() function
/external/python/pybind11/tests/
Dtest_modules.cpp66 … auto dm = py::module_::create_extension_module("dummy", nullptr, new py::module_::module_def); in TEST_SUBMODULE()
/external/python/pybind11/include/pybind11/detail/
Dcommon.h322 auto m = ::pybind11::module_::create_extension_module( \
/external/python/pybind11/docs/
Dupgrade.rst27 ``PYBIND11_MODULE`` or ``module_::create_extension_module`` instead.
Dchangelog.rst227 ``pybind11::module_::create_extension_module`` if you were using the public