Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:typecode

65     return array.array, (a.typecode, a.tostring())
948 def __init__(self, typecode, value, lock=True):
949 self._typecode = typecode
959 def Array(typecode, sequence, lock=True):
960 return array.array(typecode, sequence)