Searched refs:node_obj (Results 1 – 1 of 1) sorted by relevance
2042 py::str ParseFunctionAst::GetAstNodeText(const py::object &node_obj) { in GetAstNodeText() argument2043 return python_adapter::CallPyObjMethod(ast_tokens_, "get_text", node_obj); in GetAstNodeText()