Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/
Dmodule.cpp52 PyMethodDef initial_methods[] = { { 0, 0, 0, 0 } }; variable
58 Py_InitModule(const_cast<char*>(name), initial_methods), in init_module()
/third_party/boost/boost/python/
Dmodule_init.hpp38 static PyMethodDef initial_methods[] = { { 0, 0, 0, 0 } }; \
45 initial_methods, \