HomeSort by relevance Sort by last modified time
    Searched refs:_callmethod (Results 1 - 15 of 15) sorted by null

  /external/python/cpython2/Doc/includes/
mp_newtype.py 34 return self._callmethod('next')
36 return self._callmethod('__next__')
  /external/python/cpython3/Lib/multiprocessing/
managers.py 744 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
778 return self._callmethod('#GETVALUE')
858 return self._callmethod('__repr__')
901 return self._callmethod(%r, args, kwds)''' % (meth, meth), dic)
974 return self._callmethod('__next__', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
987 return self._callmethod('acquire', args)
989 return self._callmethod('release'
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
780 return self._callmethod('#GETVALUE')
856 return self._callmethod('__repr__')
899 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
973 return self._callmethod('__next__', args)
975 return self._callmethod('next', args)
977 return self._callmethod('send', args)
979 return self._callmethod('throw', args)
981 return self._callmethod('close', args)
987 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 746 def _callmethod(self, methodname, args=(), kwds={}): member in class:BaseProxy
779 return self._callmethod('#GETVALUE')
855 return self._callmethod('__repr__')
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
972 return self._callmethod('__next__', args)
974 return self._callmethod('next', args)
976 return self._callmethod('send', args)
978 return self._callmethod('throw', args)
980 return self._callmethod('close', args)
986 return self._callmethod('acquire', (blocking,)
    [all...]
  /external/python/cpython3/Doc/includes/
mp_newtype.py 26 return self._callmethod('__next__')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 416 milliseconds