HistoryList

class stdatamodels.history.HistoryList(asdf)

Bases: object

A list that coerces a new value into a HistoryEntry.

Only a subset of the list interface is implemented.

Methods Summary

append(value)

clear()

extend(values)

Methods Documentation

append(value)
clear()
extend(values)