Lines Matching refs:boundary
58 EOF) return it. If the line matches the most-recently-stacked boundary, return
60 end-marker. If the line matches any other stacked boundary, raise an error. On
91 an end-marker is seen. Re-enable the most-recently-pushed boundary.
96 Return true if *str* is data and false if it might be a section boundary. As
101 Note that this test is used intended as a fast guard for the real boundary
108 Push a boundary string. When a decorated version of this boundary is found as
112 removes the boundary a or :meth:`.next` call reenables it.
114 It is possible to push more than one boundary. Encountering the
115 most-recently-pushed boundary will return EOF; encountering any other
116 boundary will raise an error.
121 Pop a section boundary. This boundary will no longer be interpreted as EOF.
126 Turn a boundary into a section-divider line. By default, this method
134 Turn a boundary string into an end-marker line. By default, this method
179 file.push(msg.getparam("boundary"))