You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root (AsdfObject)
└─t (Thing): <__main__.Thing object at 0x1029194b0> # some title
Rerunning the example after removing Thing.__asdf_traverse__ outputs:
root (AsdfObject)
└─t (Thing): <__main__.Thing object at 0x103ee13f0>
Note the missing title.
System information
asdf version: main
python version: 3.12
operating system: mac osx
The text was updated successfully, but these errors were encountered:
braingram
changed the title
info fails to display title for items that don't implement __asdf_traverse__info and schema_info fails to display title (or other schema attributes) for items that don't implement __asdf_traverse__Dec 19, 2024
Description of the problem
info
(andschema_info
) silently fails to display schematitle
for custom item's that don't implement__asdf_traverse__
Example of the problem
Outputs:
Rerunning the example after removing
Thing.__asdf_traverse__
outputs:Note the missing title.
System information
asdf version: main
python version: 3.12
operating system: mac osx
The text was updated successfully, but these errors were encountered: