Searched defs:RawArray (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer): function
245 from multiprocessing.sharedctypes import RawArray namespace
246 return RawArray(typecode_or_type, size_or_initializer)
H A Dsharedctypes.py42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer): function
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer): function
245 from multiprocessing.sharedctypes import RawArray namespace
246 return RawArray(typecode_or_type, size_or_initializer)
H A Dsharedctypes.py42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer): function
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)

Completed in 134 milliseconds