tfdocs.doc_generator_visitor.PathTree

An index/tree of all object-paths in the API.

Items must be inserted in order, from root to leaf.

root The root PathTreeNode

Methods

iter_nodes

View source

Iterate over the nodes in BFS order.

nodes_for_obj

View source

__contains__

View source

True if the dictionary has the specified key, else False.

__eq__

View source

Return self==value.