Skip to content

Commit

Permalink
add note about node coversion for info and search for lazy_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 11, 2024
1 parent 01cf1a6 commit 5843ada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion asdf/_asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5843ada

Please sign in to comment.