Lines Matching refs:end
29 end = kwargs.pop('end','\n')
31 file.write(end)
81 end = kwargs.pop('end','\n')
84 file.write(end)
88 end = kwargs.pop('end','\n')
91 file.write(end)
95 end = kwargs.pop('end','\n')
99 strfile.write(end)
145 self.end = None
167 logDiag(desc + ':', line + 1, '\t-> ', file[line], end='')
187 printPageInfoField('END ', pi.end, file)
277 # identify actual page start/end/description boundaries, if
283 # # or end, this is not intended as a ref page (yet). Set the begin
289 # if pi.begin is None and pi.validity is None and pi.end is None:
292 # pi.Warning = 'No begin, validity, or end lines identified'
296 # defined begin and end. If either is undefined, that is fatal.
302 if pi.end is None:
304 pi.Warning = 'Can\'t identify end of ref page open block'
336 # the end of block, if, for example, there is no parameter section.
337 pi.param = clampToBlock(pi.param, pi.include, pi.end)
338 pi.body = clampToBlock(pi.body, pi.param, pi.end)
349 # If a reference without a .end is entirely inside a valid reference,
356 if pi.end is None:
364 if embed.begin is None or embed.end is None:
372 pi.include <= embed.end):
536 pi.end = line - 1
537 logDiag('closing -- delimiter: added END =', pi.end)