Home
last modified time | relevance | path

Searched defs:size_or_initializer (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dsharedctypes.py54 def RawArray(typecode_or_type, size_or_initializer): argument
84 def Array(typecode_or_type, size_or_initializer, *, lock=True, ctx=None): argument
Dcontext.py127 def RawArray(self, typecode_or_type, size_or_initializer): argument
138 def Array(self, typecode_or_type, size_or_initializer, *, lock=True): argument