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

Class FileWithLen

Scripts/add-github-release.py:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return True
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])
106
107
108if __name__ == '__main__':

Callers 1

upload_carthage_archiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected