コード例 #1
0
 def __init__(self):
     CommonAttributes.__init__(self)
     self.cpu_stats = ''
     self.mem_stats = ''
     self.disk_stats = ''
     self.processes = ''
     self.es_stats = ''
コード例 #2
0
	def __init__(self):
		CommonAttributes.__init__(self)
コード例 #3
0
ファイル: stack.py プロジェクト: mr-wrmsr/BlackServerOS
 def __init__(self):
     CommonAttributes.__init__(self)
コード例 #4
0
	def __init__(self):
		CommonAttributes.__init__(self)
		self.welcome = "Welcome to the nightHawk Response framework. Use the node tree on the left to select an endpoint."
コード例 #5
0
ファイル: home.py プロジェクト: mr-wrmsr/BlackServerOS
 def __init__(self):
     CommonAttributes.__init__(self)
     self.welcome = "Welcome to the nightHawk Response framework. Use the node tree on the left to select an endpoint."