Lines Matching defs:join
331 return '\n'.join(result)
363 p.join()
522 ident = ':'.join(str(i) for i in self._process._identity)
572 def join(self, timeout=None):
574 Join the manager process (if it has been spawned)
576 self._process.join(timeout)
620 process.join(timeout=0.2)
626 process.join(timeout=0.1)
945 return 'Namespace(%s)' % str.join(', ', temp)
1073 'apply', 'apply_async', 'close', 'imap', 'imap_unordered', 'join',