Searched refs:function_get_module (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/python/src/object/ |
D | function.cpp | 670 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 },
|