Example #1
0
def Get_error_string(errorcode):
    return _mpi.error_string(errorcode)
Example #2
0
 def Get_error_string(self):
     return _mpi.error_string(int(self))
Example #3
0
 def __str__(self):
     return _mpi.error_string(int(self))
Example #4
0
def Get_error_string(errorcode):
    return _mpi.error_string(errorcode)
Example #5
0
 def Get_error_string(self):
     return _mpi.error_string(int(self))
Example #6
0
 def __str__(self):
     return _mpi.error_string(int(self))