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

Method chooseStream

CliYoutubeDownloader.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.chooseStream()
27
28 def chooseStream(self):
29 self.choose = int(input("please select one : "))
30 self.validateChooseValue()
31
32 def validateChooseValue(self):
33 if self.choose in range(1, self.streamNo):

Callers 2

showStreamsMethod · 0.95
validateChooseValueMethod · 0.95

Calls 1

validateChooseValueMethod · 0.95

Tested by

no test coverage detected