Home | History | Annotate | Download | only in test

Lines Matching defs:get_context

28 from multiprocessing import get_context
85 mgr = get_context(ctx).Manager()
116 mp_context=self.get_context(),
135 def get_context(self):
136 return get_context(self.ctx)
155 def get_context(self):
158 return super().get_context()
170 def get_context(self):
173 return super().get_context()
220 self.mp_context = self.get_context()
295 from multiprocessing import get_context
296 context = get_context(context)
323 from multiprocessing import get_context
324 context = get_context(context)
954 get_context(self.ctx))
970 mp_context=get_context(self.ctx)) as executor: