File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -147,16 +147,12 @@ of the standard ``AsyncServer.query_tree()`` output::
147147 synthesis contexts at once, and a session's server tree output will reflect
148148 each of them.
149149
150- Individual component server trees can also be dumped::
151-
152- >>> print(await track_one.dump_tree())
153-
154150Nodes in the ``dump_tree() `` output are annotated with the component's *nested *
155151address by default, but can we request *numeric * annotations or no annotations
156152at all::
157153
158- >>> print(await track_one .dump_tree(annotation="numeric"))
159- >>> print(await track_one .dump_tree(annotation=None))
154+ >>> print(await session .dump_tree(annotation="numeric"))
155+ >>> print(await session .dump_tree(annotation=None))
160156
161157.. hint ::
162158
You can’t perform that action at this time.
0 commit comments