Sources¶
Sources are classes with produce data (they have an output_stream but NOT an input_stream)
PacketStreamer¶
Source BaseClass¶
Sources provide an output_stream but do not take in input stream
-
class
chains.sources.source.
Source
[source]¶ Bases:
chains.links.link.Link
Sources provide an output_stream but do not take in input stream
-
input_stream
¶ The input stream property (not provided for a source)
-