Пример #1
0
    def __init__(self, logotherasdata, errors):
        """
                TextDBDictInfoFile.__init__

                logotherasdata  : LogotherasData object
                filesrc         : (file descriptor)
        """
        TextDBDictFile.__init__(self,
                                logotherasdata = logotherasdata,
                                errors = errors)
Пример #2
0
    def __init__(self, logotherasdata, errors ):
        """
                TextDBDictDataFile.__init__

                logotherasdata  : LogotherasData object
                errors          : Errors object
        """
        TextDBDictFile.__init__(self,
                                logotherasdata = logotherasdata,
                                errors = errors)