示例#1
0
 def __init__(self):
     Command.__init__(self, 'login', False)
示例#2
0
 def __init__(self):
     Command.__init__(self, 'upload', True)
示例#3
0
 def __init__(self):
     Command.__init__(self, 'mkdir', True)
示例#4
0
 def __init__(self):
     Command.__init__(self, 'conf', False)
示例#5
0
 def __init__(self):
     Command.__init__(self, 'login', False)
示例#6
0
文件: play.py 项目: biyu/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'play', True)
示例#7
0
 def __init__(self):
     Command.__init__(self, 'ls', True)
示例#8
0
 def __init__(self):
     Command.__init__(self, 'mkdir', True)
示例#9
0
 def __init__(self):
     Command.__init__(self, 'tasks', True)
示例#10
0
 def __init__(self):
     Command.__init__(self, 'conf', False)
示例#11
0
 def __init__(self):
     Command.__init__(self, 'play', True)
示例#12
0
 def __init__(self):
     Command.__init__(self, "ls", True)
示例#13
0
 def __init__(self):
     Command.__init__(self, 'unmask', True)
示例#14
0
 def __init__(self):
     Command.__init__(self, 'exit', False)
示例#15
0
文件: exit.py 项目: Soys/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'exit', False)
示例#16
0
 def __init__(self):
     Command.__init__(self, 'debug', False)
示例#17
0
 def __init__(self):
     Command.__init__(self, 'download', True)
示例#18
0
 def __init__(self):
     Command.__init__(self, 'pwd', True)
示例#19
0
 def __init__(self):
     Command.__init__(self, 'tasks', True)
示例#20
0
 def __init__(self):
     Command.__init__(self, 'push', True)
示例#21
0
文件: push.py 项目: biyu/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'push', True)
示例#22
0
文件: lcd.py 项目: Soys/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'lcd', False)
示例#23
0
文件: cd.py 项目: biyu/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'cd', True)
示例#24
0
 def __init__(self):
     Command.__init__(self, 'lcd', False)