Esempio n. 1
0
 def Load(self, *args):
     r"""
     Load(doubleArray self, std::istream & _in, int fmt=0)
     Load(doubleArray self, int new_size, std::istream & _in)
     """
     return _array.doubleArray_Load(self, *args)
Esempio n. 2
0
 def Load(self, *args):
     return _array.doubleArray_Load(self, *args)