コード例 #1
0
 def testmeth(self):
     allHosts = Host.findAllNames()
     return allHosts + ['Local']
コード例 #2
0
 def getHostsNames(self,scope=None):
     return Host.findAllNames(scope=scope)