Home
last modified time | relevance | path

Searched defs:co_name (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h187 PyObject *co_name = self->co_name; in code_replace() local
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc223 py::object co_name = py::getattr(code_obj, "co_name"); in RunCellHookFunction() local
253 py::object co_name = py::getattr(code_obj, "co_name"); in RunVariableHookFunction() local
/third_party/libnl/include/netlink-private/
Dcache-api.h168 char * co_name; member
/third_party/python/Include/cpython/
Dcode.h40 PyObject *co_name; /* unicode (name, for reference) */ member
/third_party/python/Objects/
Dcodeobject.c730 PyObject *co_name, PyBytesObject *co_linetable) in code_replace_impl()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2476 py::object co_name = py::getattr(code_obj, "co_name"); in DoGradForCustomBprop() local
/third_party/python/Python/
Dceval.c6462 const char *co_filename, *co_name; in maybe_dtrace_line() local