AsdfListNode¶
- class asdf.lazy_nodes.AsdfListNode(data=None, af_ref=None)[source]¶
Bases:
_AsdfNode,UserListAn class that acts like a
list. The items in thislistwill start out as tagged nodes which will only be converted to custom objects the first time they are indexed (the custom object will then be cached for later reuse).If sliced, this will return a new instance of
AsdfListNodefor the sliced portion of the list.