Exemplo n.º 1
0
    def get_version(self):
        ''' Retrieve the current version of the underlying library.

        :returns: major.minor version of the library
        '''
        return "{}.{}".format(
            LDB.leveldb_minor_version(),
            LDB.leveldb_major_version())