예제 #1
0
파일: login.py 프로젝트: biyu/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'login', False)
예제 #2
0
파일: upload.py 프로젝트: Soys/baidu_lixian
 def __init__(self):
     Command.__init__(self, 'upload', True)
예제 #3
0
파일: mkdir.py 프로젝트: biyu/baidu_lixian
 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
파일: debug.py 프로젝트: Soys/baidu_lixian
 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
파일: tasks.py 프로젝트: biyu/baidu_lixian
 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)