MCPcopy Create free account
hub / github.com/geekcomputers/Python / getFileSize

Method getFileSize

CliYoutubeDownloader.py:43–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.getFileSize()
42
43 def getFileSize(self):
44 global file_size
45 file_size = self.stream.filesize / 1000000
46 self.getPermisionToContinue()
47
48 def getPermisionToContinue(self):
49 print(

Callers 1

getStreamMethod · 0.95

Calls 1

Tested by

no test coverage detected