def __init__(self): CodecODB.__init__(self, encoding='pml') from Parser import Parser self._parser = Parser() self.parserFactory = None return
def __init__(self): CodecODB.__init__(self, encoding='tmpl') return
def __init__(self): CodecODB.__init__(self, encoding='pcs') return