Esempio n. 1
0
 def __mul__(self, other):
     from _ctypes.array import create_array_type
     return create_array_type(self, other)
Esempio n. 2
0
 def __mul__(self, other):
     from _ctypes.array import create_array_type
     return create_array_type(self, other)