示例#1
0
 def __mul__(self, other):
     from _ctypes.array import create_array_type
     return create_array_type(self, other)
示例#2
0
文件: basics.py 项目: yuanleilei/pypy
 def __mul__(self, other):
     from _ctypes.array import create_array_type
     return create_array_type(self, other)