LNode

class roman_datamodels._stnode.LNode(node=None)[source]

Bases: MutableSequence, _NodeMixin

Base class describing all “array” (list-like) data nodes for STNode classes.

Attributes Summary

data

Methods Summary

copy()

Handle copying of the node

insert(index, value)

S.insert(index, value) -- insert value before index

Attributes Documentation

data

Methods Documentation

copy()[source]

Handle copying of the node

insert(index, value)[source]

S.insert(index, value) – insert value before index