AsdfListNode

class asdf.lazy_nodes.AsdfListNode(data=None, af_ref=None)[source]

Bases: _AsdfNode, UserList

An class that acts like a list. The items in this list will 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 AsdfListNode for the sliced portion of the list.