⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xdelta3.py

📁 Linux下一个可以比较二进制文件的工具xdelta3.0u的源码。
💻 PY
字号:
# This file was automatically generated by SWIG (http://www.swig.org).# Version 1.3.31## Don't modify this file, modify the SWIG interface instead.# This file is compatible with both classic and new-style classes.import _xdelta3import newnew_instancemethod = new.instancemethodtry:    _swig_property = propertyexcept NameError:    pass # Python < 2.2 doesn't have 'property'.def _swig_setattr_nondynamic(self,class_type,name,value,static=1):    if (name == "thisown"): return self.this.own(value)    if (name == "this"):        if type(value).__name__ == 'PySwigObject':            self.__dict__[name] = value            return    method = class_type.__swig_setmethods__.get(name,None)    if method: return method(self,value)    if (not static) or hasattr(self,name):        self.__dict__[name] = value    else:        raise AttributeError("You cannot add attributes to %s" % self)def _swig_setattr(self,class_type,name,value):    return _swig_setattr_nondynamic(self,class_type,name,value,0)def _swig_getattr(self,class_type,name):    if (name == "thisown"): return self.this.own()    method = class_type.__swig_getmethods__.get(name,None)    if method: return method(self)    raise AttributeError,namedef _swig_repr(self):    try: strthis = "proxy of " + self.this.__repr__()    except: strthis = ""    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)import typestry:    _object = types.ObjectType    _newclass = 1except AttributeError:    class _object : pass    _newclass = 0del typesxd3_encode_memory = _xdelta3.xd3_encode_memoryxd3_decode_memory = _xdelta3.xd3_decode_memoryxd3_main_cmdline = _xdelta3.xd3_main_cmdlineXD3_SEC_DJW = _xdelta3.XD3_SEC_DJWXD3_SEC_FGK = _xdelta3.XD3_SEC_FGKXD3_SEC_NODATA = _xdelta3.XD3_SEC_NODATAXD3_SEC_NOINST = _xdelta3.XD3_SEC_NOINSTXD3_SEC_NOADDR = _xdelta3.XD3_SEC_NOADDRXD3_ADLER32 = _xdelta3.XD3_ADLER32XD3_ADLER32_NOVER = _xdelta3.XD3_ADLER32_NOVERXD3_ALT_CODE_TABLE = _xdelta3.XD3_ALT_CODE_TABLEXD3_NOCOMPRESS = _xdelta3.XD3_NOCOMPRESSXD3_BEGREEDY = _xdelta3.XD3_BEGREEDYXD3_COMPLEVEL_SHIFT = _xdelta3.XD3_COMPLEVEL_SHIFTXD3_COMPLEVEL_MASK = _xdelta3.XD3_COMPLEVEL_MASKXD3_COMPLEVEL_1 = _xdelta3.XD3_COMPLEVEL_1XD3_COMPLEVEL_3 = _xdelta3.XD3_COMPLEVEL_3XD3_COMPLEVEL_6 = _xdelta3.XD3_COMPLEVEL_6XD3_COMPLEVEL_9 = _xdelta3.XD3_COMPLEVEL_9

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -