![]() |
Represents a path to an object in the API, an object can have many paths.
tfdocs.doc_generator_visitor.PathTreeNode(
path: ApiPath,
py_object: Any,
parent: Optional[PathTreeNode] = None,
children: Dict[str, PathTreeNode] = dataclasses.field(default_factory=dict)
)
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables | |
---|---|
parent |
None
|