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