Пример #1
0
 def axiom_to_str(self, axiom):
     str = WSFC.axiom_node_to_string(axiom, self.env)
     
     if str is None:
         WSFC.axis2_log_error(self.env, "[wsf-python] Error converting axion to string.")
         return None
     else:
         return str
     
     pass