![]() |
An index/tree of all object-paths in the API.
tfdocs.doc_generator_visitor.PathTree()
Items must be inserted in order, from root to leaf.
Attributes | |
---|---|
root
|
The root PathTreeNode
|
Methods
iter_nodes
iter_nodes()
Iterate over the nodes in BFS order.
nodes_for_obj
nodes_for_obj(
py_object
) -> List[PathTreeNode]
__contains__
__contains__(
path: ApiPath
) -> bool
True if the dictionary has the specified key, else False.
__eq__
__eq__(
other
)
Return self==value.