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

Method __len__

Scripts/add-github-release.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected