MCPcopy
hub / github.com/AsahiLinux/m1n1 / encode

Method encode

proxyclient/m1n1/fw/isp/__init__.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 return out
95
96 def encode(self):
97 return struct.pack("<8q", *(self.arg0, self.arg1, self.arg2, self.arg3, self.arg4, self.arg5, self.arg6, self.arg7))
98
99 def __str__(self, max_count=3):
100 s = "ISP Message ["

Callers 15

__setitem__Method · 0.80
_writeMethod · 0.80
utils.pyFile · 0.80
_copy_args_to_targetMethod · 0.80
requestMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
rwMethod · 0.80
get_key_infoMethod · 0.80
build_objMethod · 0.80
__setitem__Method · 0.80
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected