Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c3350 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument
3361 py_global_name, NULL); in find_class()
3373 global = PyObject_GetAttr(module, py_global_name); in find_class()
3377 global = PyObject_GetAttr(module, py_global_name); in find_class()