Home | History | Annotate | Download | only in testserver

Lines Matching full:__init__

32   def __init__(self, xml_element):
34 Error.__init__(self, 'Unexpected XML element', xml_text)
83 def __init__(self, ...):
122 def __init__(self, delegate):
161 def __init__(self, username, domain, resource=''):
179 def __init__(self, prefix):
246 def __init__(self, connection, resource_prefix):
365 def __init__(self, sock, socket_map, delegate, addr):
377 # async_chat.__init__ doesn't take a map argument nor pass it to
378 # dispatcher.__init__. We rely on the fact that
379 # async_chat.__init__ calls dispatcher.__init__ as the last thing
380 # it does, and that calling dispatcher.__init__ with socket=None
382 asynchat.async_chat.__init__(self)
383 asyncore.dispatcher.__init__(self, sock, socket_map)
491 def __init__(self, socket_map, addr):
492 asyncore.dispatcher.__init__(self, None, socket_map)