public string get_path(PythonAnnotatedNodeWrapper node)
 {
     return PathDescriptor.GetPath(node.node, node.root);
 }
Пример #2
0
 public string get_path(PythonAnnotatedNodeWrapper node)
 {
     return(PathDescriptor.GetPath(node.node, node.root));
 }