Getting Started
Stream
Developer Resources
Indices and Tables
Return the number of Traces in the Stream object.
Example
>>> stream = Stream([Trace(), Trace(), Trace()]) >>> len(stream) 3