Returns the number of Traces in the Stream object.
Example
>>> stream = Stream([Trace(), Trace(), Trace()]) >>> len(stream) 3
Enter search terms or a module, class or function name.