Lines Matching defs:__init__
54 def __init__(self, ov, *, loop=None):
55 super().__init__(loop=loop)
99 def __init__(self, ov, handle, wait_handle, *, loop=None):
100 super().__init__(loop=loop)
175 def __init__(self, ov, event, wait_handle, *, loop=None):
176 super().__init__(ov, event, wait_handle, loop=loop)
195 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None):
196 super().__init__(ov, handle, wait_handle, loop=loop)
251 def __init__(self, address):
312 def __init__(self, proactor=None):
315 super().__init__(proactor)
418 def __init__(self, concurrency=INFINITE):