Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/object/
Dfunction.cpp670 static PyObject* function_get_module(PyObject* op, void*) in function_get_module() function
687 {const_cast<char*>("__module__"), (getter)function_get_module, 0, 0, 0 },
688 {const_cast<char*>("func_module"), (getter)function_get_module, 0, 0, 0 },