Searched refs:py_func_belonged_ (Results 1 – 1 of 1) sorted by relevance
187 py_func_belonged_ = context_info->func_name(); in NodeDebugInfo()193 py_func_belonged_ = context_info->func_name(); in NodeDebugInfo()201 void set_py_func_belonged(const std::string &name) { py_func_belonged_ = name; } in set_py_func_belonged()202 std::string get_python_func_belonged() override { return py_func_belonged_; } in get_python_func_belonged()206 std::string py_func_belonged_; variable