finesse.tracing.forest.tree_container
¶
Overview
- class finesse.tracing.forest.tree_container(list trees=None)¶
Bases:
object
A container of TraceTree objects.
Consists of a wrapper around a list of trees and a set of all the OpticalNode instances covered by this tree list. All of these attributes are read-only in the sense that they can only be accessed via C code.
Properties