Package lemon :: Package external :: Module yaptu :: Class copier
[show private | hide private]
[frames | no frames]

Class copier

Known Subclasses:
xcopier

Smart-copier (YAPTU) class

Method Summary
  __init__(self, regex, dict, restat, restend, recont, preproc, handle, ouf)
Initialize self's attributes...
  copy(self, block, inf)
Entry point: copy-with-processing a file, or a block of lines...
  copyblock(self, i, last)
Main copy method: process lines [i,last) of block...

Method Details

__init__(self, regex=<lemon.external.yaptu._nevermatch instance at 0x01264940>, dict={}, restat=<lemon.external.yaptu._nevermatch instance at 0x01264940>, restend=<lemon.external.yaptu._nevermatch instance at 0x01264940>, recont=<lemon.external.yaptu._nevermatch instance at 0x01264940>, preproc=<function identity at 0x00DEF4B0>, handle=<function nohandle at 0x00DEF530>, ouf=<epydoc.imports._DevNull instance at 0x0126D3C8>)
(Constructor)

Initialize self's attributes

copy(self, block=None, inf=<epydoc.imports._DevNull instance at 0x0126D3C8>)

Entry point: copy-with-processing a file, or a block of lines

copyblock(self, i=0, last=None)

Main copy method: process lines [i,last) of block

Generated by Epydoc 2.0 on Mon Nov 10 15:07:58 2003 http://epydoc.sf.net