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

Method showTitle

CliYoutubeDownloader.py:13–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.showTitle()
12
13 def showTitle(self):
14 print("title : {0}\n".format(self.youtube.title))
15 self.showStreams()
16
17 def showStreams(self):
18 self.streamNo = 1

Callers 1

__init__Method · 0.95

Calls 1

showStreamsMethod · 0.95

Tested by

no test coverage detected