Home
last modified time | relevance | path

Searched refs:py_global_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
3345 py_global_name, NULL); in find_class()
3357 global = PyObject_GetAttr(module, py_global_name); in find_class()
3361 global = PyObject_GetAttr(module, py_global_name); in find_class()