Searched refs:_AugmentedGraphView (Results 1 – 2 of 2) sorted by relevance
91 class _AugmentedGraphView(graph_view.ObjectGraphView): class107 super(_AugmentedGraphView, self).__init__(root)143 super(_AugmentedGraphView, self)._breadth_first_traversal())170 return super(_AugmentedGraphView, self)._breadth_first_traversal()177 for name, child in super(_AugmentedGraphView, self).list_children(1382 augmented_graph_view = _AugmentedGraphView(obj)
195 save._AugmentedGraphView(trackable_object) # pylint: disable=protected-access