Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ set_use_compression
Method
set_use_compression
StegaPy/config.py:41–43 ·
view source on GitHub ↗
设置是否启用数据压缩。
(self, value)
Source
from the content-addressed store, hash-verified
39
return
self.use_compression
40
41
def
set_use_compression(self, value):
42
""
"设置是否启用数据压缩。"
""
43
self.use_compression = value
44
45
def
is_use_encryption(self):
46
""
"判断当前是否启用了数据加密功能。"
""
Callers
1
from_bytes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected