Lines Matching defs:__init__
55 def __init__(self, text, fileclass=io.BytesIO, host=None, port=None):
89 def __init__(self, text, pipe_trigger):
91 FakeSocket.__init__(self, text)
123 def __init__(self, *args):
125 super().__init__('example.com')
143 def __init__(self):
170 def __init__(self):
171 list.__init__(self)
1227 def __init__(self, *pos, **kw):
1230 client.HTTPResponse.__init__(self, *pos, **kw)
1565 def __init__(self, readfunc):