From 5843adaac595cc77c2ff5633d2709fcd08db6cbc Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 11 Jul 2024 15:24:55 -0400 Subject: [PATCH] add note about node coversion for info and search for lazy_tree --- asdf/_asdf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/asdf/_asdf.py b/asdf/_asdf.py index 873d36fec..560615c5a 100644 --- a/asdf/_asdf.py +++ b/asdf/_asdf.py @@ -1687,7 +1687,9 @@ def open_asdf( when the file is loaded. Instead, objects will be "lazily" converted only when they are accessed. Note that the tree will not contain dict and list instances for containers and instead return instances of classes - defined in `asdf.lazy_nodes`. + defined in `asdf.lazy_nodes`. Since objects are converted when they + are accessed, traversing the tree (like is done during `AsdfFile.info` + and `AsdfFile.search`) will result in nodes being converted. custom_schema : str, optional Path to a custom schema file that will be used for a secondary