karesansui.lib.parser.base.null_parser.Parser.__name__

Here are the examples of the python api karesansui.lib.parser.base.null_parser.Parser.__name__ taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: karesansui Source File: eml.py
    def __init__(self):
        self.dop = DictOp()
        self.dop.addconf(self._module,{})

        self.base_parser_name = Parser.__name__

        self.encoding = "UTF-8"
        pass