コード例 #1
0
ファイル: __init__.py プロジェクト: aitzol/python-deployer
 def __init__(self, shell, data):
     ShellHandler.__init__(self, shell)
     self.data = data
コード例 #2
0
 def __init__(self, shell, data):
     ShellHandler.__init__(self, shell)
     self.data = data
コード例 #3
0
ファイル: __init__.py プロジェクト: aitzol/python-deployer
 def __init__(self, shell, username):
     ShellHandler.__init__(self, shell)
     self.username = username
コード例 #4
0
 def __init__(self, shell, username):
     ShellHandler.__init__(self, shell)
     self.username = username