Module xyaptu :: Class copier
[hide private]
[frames] | no frames]

Class copier

source code

Known Subclasses:

Smart-copier (YAPTU) class

Instance Methods [hide private]
 
copyblock(self, i=0, last=None)
Main copy method: process lines [i,last) of block
source code
 
__init__(self, regex=_nevermatch(), dict={}, restat=_nevermatch(), restend=_nevermatch(), recont=_nevermatch(), preproc=<function identity at 0x0380C8F0>, handle=<function nohandle at 0x0380C970>, ouf=sys.stdout)
Initialize self's attributes
source code
 
copy(self, block=None, inf=sys.stdout)
Entry point: copy-with-processing a file, or a block of lines
source code