Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c3334 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument
3344 return PyObject_CallFunctionObjArgs(fc, py_module_name, in find_class()
3352 module = PyDict_GetItem(module, py_module_name); in find_class()
3354 module = PyImport_Import(py_module_name); in find_class()