Searched refs:py_global_name (Results 1 – 1 of 1) sorted by relevance
3350 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument3361 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()