Searched defs:RawArray (Results 1 – 5 of 5) sorted by relevance
241 def RawArray(typecode_or_type, size_or_initializer): function
81 def RawArray(typecode_or_type, size_or_initializer): function
54 def RawArray(typecode_or_type, size_or_initializer): function
126 def RawArray(self, typecode_or_type, size_or_initializer): member in BaseContext
4870 RawArray = staticmethod(multiprocessing.RawArray) variable in ProcessesMixin