Closed markheger closed 4 years ago
Stream.print() has a new parameter to print the punctuations to stdout.
topo = Topology() s = topo.source([1,2,3,4]) s = s.punctor(lambda t : 2 < t) s.print(write_punctuations=True)
merged to IBMStreams:feature/punct
merged to develop branch for 1.16.0a
Stream.print() has a new parameter to print the punctuations to stdout.