Home | History | Annotate | Download | only in multiprocessing

Lines Matching defs:_registry

470     _registry = {}
492 return Server(self._registry, self._address,
519 args=(self._registry, self._address, self._authkey,
644 if '_registry' not in cls.__dict__:
645 cls._registry = cls._registry.copy()
660 cls._registry[typeid] = (
765 proxytype = self._manager._registry[token.typeid][-1]