Home | History | Annotate | Download | only in python2.7

Lines Matching full:pipeline

1 """Conversion pipeline templates.
14 The module lets you construct a pipeline template by sticking one or
39 a pipeline.
48 exit status of the conversion pipeline.
50 To open a file for reading or writing through a conversion pipeline:
72 STDIN_STDOUT = '--' # Normal pipeline element
81 """Class representing a pipeline template."""
84 """Template() returns a fresh pipeline template."""
93 """t.reset() restores a pipeline template to its initial state."""
97 """t.clone() returns a new pipeline template with identical
154 reading or writing; the file is the other end of the pipeline."""
169 'Template.open_r: pipeline ends width SINK'
178 'Template.open_w: pipeline begins with SOURCE'