MCPcopy
hub / github.com/pyload/pyload / _parse_packages

Method _parse_packages

module/plugins/container/DLC.py:53–55  ·  view source on GitHub ↗
(start_node)

Source from the content-addressed store, hash-verified

51
52 @staticmethod
53 def _parse_packages(start_node):
54 return [(decode(node.getAttribute("name").decode('base64')), DLCDecrypter._parse_links(node))
55 for node in start_node.getElementsByTagName("package")]
56
57 @staticmethod
58 def _parse_links(start_node):

Callers 1

decryptMethod · 0.80

Calls 3

decodeMethod · 0.80
_parse_linksMethod · 0.80
decodeFunction · 0.50

Tested by

no test coverage detected