MCPcopy Create free account
hub / github.com/K4L0dev/Synology_Archive_Extractor / __init__

Method __init__

sae.py:90–91  ·  view source on GitHub ↗
(self, dest)

Source from the content-addressed store, hash-verified

88
89class SynoArchive(object):
90 def __init__(self, dest):
91 self.ctx = _synoarchive_init(ctypes.c_char_p(dest.encode("ascii")))
92
93 def open(self, keytype, archive):
94 result = _synoarchive_open(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected