Lines Matching defs:__init__

54     def __init__(self, filename, mode, encoding=None, delay=False, errors=None):
58 logging.FileHandler.__init__(self, filename, mode=mode,
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0,
155 BaseRotatingHandler.__init__(self, filename, mode, encoding=encoding,
162 Do a rollover, as described in __init__().
210 def __init__(self, filename, when='h', interval=1, backupCount=0,
214 BaseRotatingHandler.__init__(self, filename, 'a', encoding=encoding,
475 def __init__(self, filename, mode='a', encoding=None, delay=False,
479 logging.FileHandler.__init__(self, filename, mode=mode,
542 def __init__(self, host, port):
550 logging.Handler.__init__(self)
707 def __init__(self, host, port):
711 SocketHandler.__init__(self, host, port)
848 def __init__(self, address=('localhost', SYSLOG_UDP_PORT),
861 logging.Handler.__init__(self)
1023 def __init__(self, mailhost, fromaddr, toaddrs, subject,
1041 logging.Handler.__init__(self)
1109 def __init__(self, appname, dllname=None, logtype="Application"):
1110 logging.Handler.__init__(self)
1169 __init__() to a dictionary which contains mappings for DEBUG, INFO,
1211 def __init__(self, host, url, method="GET", secure=False, credentials=None,
1217 logging.Handler.__init__(self)
1302 def __init__(self, capacity):
1306 logging.Handler.__init__(self)
1359 def __init__(self, capacity, flushLevel=logging.ERROR, target=None,
1373 BufferingHandler.__init__(self, capacity)
1441 def __init__(self, queue):
1445 logging.Handler.__init__(self)
1511 def __init__(self, queue, *handlers, respect_handler_level=False):