MCPcopy
hub / github.com/Jack-Cherish/python-spider / hello

Method hello

douyin.py:119–129  ·  view source on GitHub ↗

打印欢迎界面 Parameters: None Returns: None

(self)

Source from the content-addressed store, hash-verified

117 print('')
118
119 def hello(self):
120 """
121 打印欢迎界面
122 Parameters:
123 None
124 Returns:
125 None
126 """
127 print('*' * 100)
128 print('\t\t\t\t抖音App视频下载小助手')
129 print('*' * 100)
130
131
132if __name__ == '__main__':

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected