File: HANDLERS.txt

package info (click to toggle)
zope-replacesupport 1.0.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 168 kB
  • ctags: 155
  • sloc: python: 743; makefile: 38; sh: 25
file content (11 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

You can define your own replace handlers by creating modules
in the Handlers subdirectory. Such modules must contain a class 
derived from ReplaceHandler.

See the default handlers for examples and the ReplaceHandler.py 
module for the base class & some explanations

If you implement additional handlers please send them to me, so I 
can include them in the distribution.