MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / __init__

Method __init__

Scripts/add-github-release.py:101–102  ·  view source on GitHub ↗
(self, *args, **keyws)

Source from the content-addressed store, hash-verified

99
100class FileWithLen(file):
101 def __init__(self, *args, **keyws):
102 file.__init__(self, *args, **keyws)
103
104 def __len__(self):
105 return int(os.fstat(self.fileno())[6])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected