Mark Slee | c967656 | 2006-09-05 17:34:52 +0000 | [diff] [blame] | 1 | class TProcessor: |
2 | |||||
3 | """Base class for procsessor, which works on two streams.""" | ||||
4 | |||||
Mark Slee | 4ac459f | 2006-10-25 21:39:01 +0000 | [diff] [blame^] | 5 | def process(iprot, oprot): |
Mark Slee | c967656 | 2006-09-05 17:34:52 +0000 | [diff] [blame] | 6 | pass |