コード例 #1
0
 def __init__(self, host, port=21):
     Service.__init__(self, host, port)
コード例 #2
0
 def __init__(self, host, port=None):
     Service.__init__(self, host, port)
コード例 #3
0
 def __init__(self, network):
     Service.__init__(self, network, None)
コード例 #4
0
 def __init__(self, host, port=3306):
     Service.__init__(self, host, port)