Lines Matching defs:__init__
67 def __init__(self):
119 def __init__(self, tb):
125 def __init__(self, exc, tb):
140 def __init__(self, future, fn, args, kwargs):
147 def __init__(self, work_id, exception=None, result=None, exit_pid=None):
154 def __init__(self, work_id, fn, args, kwargs):
163 def __init__(self, max_size=0, *, ctx, pending_work_items, shutdown_lock,
168 super().__init__(max_size, ctx=ctx)
286 def __init__(self, executor):
331 super().__init__()
616 def __init__(self, max_workers=None, mp_context=None,