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