Example #1
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]
Example #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]