MCPcopy Create free account
hub / github.com/MearaY/StegaPy / get_channel_bits_used

Method get_channel_bits_used

StegaPy/plugin/lsb/lsb_data_header.py:44–46  ·  view source on GitHub ↗

获取每个通道使用的位数

(self)

Source from the content-addressed store, hash-verified

42 return self.filename
43
44 def get_channel_bits_used(self):
45 """获取每个通道使用的位数"""
46 return self.channel_bits_used
47
48 def to_bytes(self):
49 """转换为字节数组"""

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected