예제 #1
0
파일: tools.py 프로젝트: andy7i/taurus
 def compile_set_variables_block(block):
     set_var_action = JMX.get_set_var_action(block.mapping)
     hashtree = etree.Element("hashTree")
     return [set_var_action, hashtree]
예제 #2
0
 def compile_set_variables_block(block):
     set_var_action = JMX.get_set_var_action(block.mapping)
     hashtree = etree.Element("hashTree")
     return [set_var_action, hashtree]