Module xyaptu :: 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=<xyaptu._nevermatch instance at 0x01EDEF30>, dict={}, restat=<xyaptu._nevermatch instance at 0x01EDEF30>, restend=<xyaptu._nevermatch instance at 0x01EDEF30>, recont=<xyaptu._nevermatch instance at 0x01EDEF30>, preproc=<function identity at 0x01EE2370>, handle=<function nohandle at 0x01EE23F0>, ouf=<epydoc.imports._DevNull instance at 0x00A01DF0>)
(Constructor)

Initialize self's attributes

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

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.1 on Fri Aug 15 18:58:32 2008 http://epydoc.sf.net