Spade
Mini Shell
| Directory:~$ /lib64/python3.6/logging/__pycache__/ |
| [Home] [System Details] [Kill Me] |
3
\e�*@sdZddlZddlZddlZddlZddlZddlZddlZddlZddl m
Z
dddddd d
ddd
ddddddddddddddddddd
d!d"d#d$d%d&d'd(d)d*d+d,d-g*ZyddlZWne
k
r�dZYnXd.Zd/Zd0Zd1Zej�Zd2Zd2Zd2Zd2Zd3ZeZd4Zd5ZeZd6Zd7ZdZedededededediZeeeeeeeed8�Z
d9d
�Z!d:d�Z"e#ed;��rnd<d=�Z$nd>d?�Z$ej%j&e"j'j(�Z)d@dA�Z*e�r�ej+�Z,ndZ,dBdC�Z-dDdE�Z.GdFd�de/�Z0e0a1dGd+�Z2dHd*�Z3dId%�Z4GdJdK�dKe/�Z5GdLdM�dMe5�Z6GdNdO�dOe5�Z7dPZ8e5e8fe6dQfe7dRfdS�Z9GdTd�de/�Z:e:�Z;GdUd�de/�Z<GdVd�de/�Z=GdWdX�dXe/�Z>ej?�Z@gZAdYdZ�ZBd[d\�ZCGd]d
�d
e>�ZDGd^d�deD�ZEGd_d
�d
eE�ZFGd`da�daeE�ZGeGe�ZHeHZIGdbdc�dce/�ZJddd&�ZKded"�ZLGdfdg�dge/�ZMGdhd�de>�ZNGdidj�djeN�ZOeNaPGdkd�de/�ZQeOe�ZReReN_ReMeNjR�eN_Sdld�ZTd}dmd!�ZUdnd�ZVeVZWdod�ZXd2dp�dqd�ZYdrd)�ZZdsd(�Z[dtd#�Z\dud�Z]dvd$�Z^dwd�Z_eAfdxd'�Z`ddlaZaeajbe`�Gdyd�deD�Zcdadd~dzd{�Zed|d�ZfdS)z�
Logging package for Python. Based on PEP 282 and comments thereto in
comp.lang.python.
Copyright (C) 2001-2016 Vinay Sajip. All Rights Reserved.
To use, simply 'import logging' and log away!
�N)�Template�BASIC_FORMAT�BufferingFormatter�CRITICAL�DEBUG�ERROR�FATAL�FileHandler�Filter� Formatter�Handler�INFO� LogRecord�Logger�
LoggerAdapter�NOTSET�NullHandler�
StreamHandler�WARN�WARNING�addLevelName�basicConfig�captureWarnings�critical�debug�disable�error� exception�fatal�getLevelName� getLogger�getLoggerClass�info�log�
makeLogRecord�setLoggerClass�shutdown�warn�warning�getLogRecordFactory�setLogRecordFactory�
lastResort�raiseExceptionsz&Vinay Sajip
<vinay_sajip@red-dove.com>Z
productionz0.5.1.2z07 February 2010T�2�(���
)rrrrrr
rrcCs4tj|�}|dk r|Stj|�}|dk r,|Sd|S)a
Return the textual representation of logging level 'level'.
If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
INFO, DEBUG) then you get the corresponding string. If you have
associated levels with names using addLevelName then the name you have
associated with 'level' is returned.
If a numeric value corresponding to one of the defined levels is passed
in, the corresponding string representation is returned.
Otherwise, the string "Level %s" % level is returned.
NzLevel
%s)�_levelToName�get�_nameToLevel)�level�result�r7�
/usr/lib64/python3.6/__init__.pyrxs
c
Cs(t�z|t|<|t|<Wdt�XdS)zy
Associate 'levelName' with 'level'.
This is used when converting levels to text during message formatting.
N)�_acquireLockr2r4�_releaseLock)r5Z levelNamer7r7r8r�s
� _getframecCs
tjd�S)N�)�sysr;r7r7r7r8�<lambda>�sr>cCs.yt�Wn
tk
r(tj�djjSXdS)z5Return the frame object for the caller's
stack
frame.�N)� Exceptionr=�exc_info�tb_frame�f_backr7r7r7r8�currentframe�srDcCsJt|t�r|}n6t|�|kr:|tkr0td|��t|}ntd|��|S)NzUnknown
level: %rz*Level not an integer or a valid string: %r)�
isinstance�int�strr4�
ValueError� TypeError)r5�rvr7r7r8�_checkLevel�s
rKcCstrtj�dS)z�
Acquire the module-level lock for serializing access to shared data.
This should be released with _releaseLock().
N)�_lock�acquirer7r7r7r8r9�sr9cCstrtj�dS)zK
Release the module-level lock acquired by calling _acquireLock().
N)rL�releaser7r7r7r8r:�sr:c@s.eZdZdZd dd�Zdd�ZeZdd�ZdS)
ra
A LogRecord instance represents an event being logged.
LogRecord instances are created every time something is logged. They
contain all the information pertinent to the event being logged. The
main information passed in is in msg and args, which are combined
using str(msg) % args to create the message field of the record. The
record also includes information such as when the record was created,
the source line where the logging call was made, and any exception
information to be logged.
Nc
Ks�tj�}||_||_|rDt|�dkrDt|dtj�rD|drD|d}||_t|�|_ ||_
||_y&tj
j|�|_tj
j|j�d|_Wn&tttfk
r�||_d|_YnX||_d|_| |_||_||_||_|t|�d|_|jtd|_to�t
�rt j!�|_"t
j#�j|_$nd|_"d|_$t%�s0d|_&nDd|_&t'j(j)d�}|dk �rty|j*�j|_&Wnt+k
�rrYnXt,�r�t-td��r�tj.�|_/nd|_/dS) zK
Initialize a logging record with interesting information.
�rzUnknown
moduleNi�ZMainProcessZmultiprocessing�getpid)0�time�name�msg�lenrE�collections�Mapping�argsrZ levelname�levelno�pathname�os�path�basename�filename�splitext�modulerIrH�AttributeErrorrA�exc_text�
stack_info�linenoZfuncName�createdrF�msecs�
_startTimeZrelativeCreated�
logThreads� threading� get_identZthreadZcurrent_threadZ
threadName�logMultiprocessingZprocessNamer=�modulesr3Zcurrent_processr@�logProcesses�hasattrrP�process)
�selfrRr5rYrcrSrWrA�func�sinfo�kwargs�ctZmpr7r7r8�__init__�sR
zLogRecord.__init__cCsd|j|j|j|j|jfS)Nz!<LogRecord:
%s, %s, %s, %s, "%s">)rRrXrYrcrS)ror7r7r8�__str__Cs
zLogRecord.__str__cCst|j�}|jr||j}|S)z�
Return the message for this LogRecord.
Return the message for this LogRecord after merging any
user-supplied
arguments with the message.
)rGrSrW)rorSr7r7r8�
getMessageIs
zLogRecord.getMessage)NN)�__name__�
__module__�__qualname__�__doc__rtru�__repr__rvr7r7r7r8r�s
GcCs|adS)z�
Set the factory to be used when instantiating a log record.
:param factory: A callable which will be called to instantiate
a log record.
N)�_logRecordFactory)�factoryr7r7r8r*ZscCstS)zH
Return the factory to be used when instantiating a log record.
)r|r7r7r7r8r)dsc Cs&tdddddfdd�}|jj|�|S)z�
Make a LogRecord whose attributes are defined by the specified
dictionary,
This function is useful for converting a logging event received over
a socket connection (which is sent as a dictionary) into a LogRecord
instance.
N�r)r|�__dict__�update)�dictrJr7r7r8r$ksc@s0eZdZdZdZdZdd�Zdd�Zdd �Zd
S)�PercentStylez%(message)sz%(asctime)sz
%(asctime)cCs|p|j|_dS)N)�default_format�_fmt)ro�fmtr7r7r8rt�szPercentStyle.__init__cCs|jj|j�dkS)Nr)r��find�asctime_search)ror7r7r8�usesTime�szPercentStyle.usesTimecCs|j|jS)N)r�r)ro�recordr7r7r8�format�szPercentStyle.formatN) rwrxryr��asctime_formatr�rtr�r�r7r7r7r8r�zsr�c@s
eZdZdZdZdZdd�ZdS)�StrFormatStylez {message}z {asctime}z{asctimecCs|jjf|j�S)N)r�r�r)ror�r7r7r8r��szStrFormatStyle.formatN)rwrxryr�r�r�r�r7r7r7r8r��sr�c@s0eZdZdZdZdZdd�Zdd�Zdd�Zd S)
�StringTemplateStylez
${message}z
${asctime}cCs|p|j|_t|j�|_dS)N)r�r�r�_tpl)ror�r7r7r8rt�szStringTemplateStyle.__init__cCs$|j}|jd�dkp"|j|j�dkS)Nz$asctimer)r�r�r�)ror�r7r7r8r��szStringTemplateStyle.usesTimecCs|jjf|j�S)N)r�Z
substituter)ror�r7r7r8r��szStringTemplateStyle.formatN) rwrxryr�r�r�rtr�r�r7r7r7r8r��sr�z"%(levelname)s:%(name)s:%(message)sz{levelname}:{name}:{message}z${levelname}:${name}:${message})�%�{�$c@sZeZdZdZejZddd�ZdZdZ ddd �Z
d
d�Zdd
�Zdd�Z
dd�Zdd�ZdS)ra�
Formatter instances are used to convert a LogRecord to text.
Formatters need to know how a LogRecord is constructed. They are
responsible for converting a LogRecord to (usually) a string which can
be interpreted by either a human or an external system. The base
Formatter
allows a formatting string to be specified. If none is supplied, the
the style-dependent default value, "%(message)s",
"{message}", or
"${message}", is used.
The Formatter can be initialized with a format string which makes use
of
knowledge of the LogRecord attributes - e.g. the default value
mentioned
above makes use of the fact that the user's message and arguments
are pre-
formatted into a LogRecord's message attribute. Currently, the
useful
attributes in a LogRecord are described by:
%(name)s Name of the logger (logging channel)
%(levelno)s Numeric logging level for the message (DEBUG, INFO,
WARNING, ERROR, CRITICAL)
%(levelname)s Text logging level for the message
("DEBUG", "INFO",
"WARNING", "ERROR",
"CRITICAL")
%(pathname)s Full pathname of the source file where the logging
call was issued (if available)
%(filename)s Filename portion of pathname
%(module)s Module (name portion of filename)
%(lineno)d Source line number where the logging call was
issued
(if available)
%(funcName)s Function name
%(created)f Time when the LogRecord was created (time.time()
return value)
%(asctime)s Textual time when the LogRecord was created
%(msecs)d Millisecond portion of the creation time
%(relativeCreated)d Time in milliseconds when the LogRecord was
created,
relative to the time the logging module was loaded
(typically at application startup time)
%(thread)d Thread ID (if available)
%(threadName)s Thread name (if available)
%(process)d Process ID (if available)
%(message)s The result of record.getMessage(), computed just as
the record is emitted
Nr�cCsD|tkrtddjtj����t|d|�|_|jj|_||_dS)a�
Initialize the formatter with specified format strings.
Initialize the formatter either with the specified format string,
or a
default as described above. Allow for specialized date formatting
with
the optional datefmt argument. If datefmt is omitted, you get an
ISO8601-like (or RFC 3339-like) format.
Use a style parameter of '%', '{' or
'$' to specify that you want to
use one of %-formatting, :meth:`str.format` (``{}``) formatting or
:class:`string.Template` formatting in your format string.
.. versionchanged:: 3.2
Added the ``style`` parameter.
zStyle must be one of:
%s�,rN)�_STYLESrH�join�keys�_styler��datefmt)ror�r��styler7r7r8rt�s
zFormatter.__init__z%Y-%m-%d
%H:%M:%Sz%s,%03dcCs@|j|j�}|rtj||�}ntj|j|�}|j||jf}|S)a%
Return the creation time of the specified LogRecord as formatted
text.
This method should be called from format() by a formatter which
wants to make use of a formatted time. This method can be
overridden
in formatters to provide for any specific requirement, but the
basic behaviour is as follows: if datefmt (a string) is specified,
it is used with time.strftime() to format the creation time of the
record. Otherwise, an ISO8601-like (or RFC 3339-like) format is
used.
The resulting string is returned. This function uses a
user-configurable
function to convert the creation time to a tuple. By default,
time.localtime() is used; to change this for a particular formatter
instance, set the 'converter' attribute to a function
with the same
signature as time.localtime() or time.gmtime(). To change it for
all
formatters, for example if you want all logging times to be shown
in GMT,
set the 'converter' attribute in the Formatter class.
)� converterrdrQZstrftime�default_time_format�default_msec_formatre)ror�r�rs�s�tr7r7r8�
formatTime�szFormatter.formatTimecCsZtj�}|d}tj|d|d|d|�|j�}|j�|dd�dkrV|dd�}|S)z�
Format and return the specified exception information as a string.
This default implementation just uses
traceback.print_exception()
r?rrON�
���r�)�io�StringIO� traceback�print_exception�getvalue�close)roZei�sio�tbr�r7r7r8�formatExceptionszFormatter.formatExceptioncCs
|jj�S)zK
Check if the format uses the creation time of the record.
)r�r�)ror7r7r8r�szFormatter.usesTimecCs|jj|�S)N)r�r�)ror�r7r7r8�
formatMessage$szFormatter.formatMessagecCs|S)aU
This method is provided as an extension point for specialized
formatting of stack information.
The input data is a string as returned from a call to
:func:`traceback.print_stack`, but with the last trailing newline
removed.
The base implementation just returns the value passed in.
r7)rorbr7r7r8�formatStack'szFormatter.formatStackcCs�|j�|_|j�r"|j||j�|_|j|�}|jrF|jsF|j |j�|_|jrn|dd�dkrd|d}||j}|j
r�|dd�dkr�|d}||j|j
�}|S)az
Format the specified record as text.
The record's attribute dictionary is used as the operand to a
string formatting operation which yields the returned string.
Before formatting the dictionary, a couple of preparatory steps
are carried out. The message attribute of the record is computed
using LogRecord.getMessage(). If the formatting string uses the
time (as determined by a call to usesTime(), formatTime() is
called to format the event time. If there is exception information,
it is formatted using formatException() and appended to the
message.
rONr�r�r�)rv�messager�r�r��asctimer�rArar�rbr�)ror�r�r7r7r8r�4s
zFormatter.format)NNr�)N)rwrxryrzrQZ localtimer�rtr�r�r�r�r�r�r�r�r7r7r7r8r�s)
c@s2eZdZdZddd�Zdd�Zdd�Zd d
�ZdS)rzB
A formatter suitable for formatting a number of records.
NcCs|r||_nt|_dS)zm
Optionally specify a formatter which will be used to format each
individual record.
N)�linefmt�_defaultFormatter)ror�r7r7r8rt]szBufferingFormatter.__init__cCsdS)zE
Return the header string for the specified records.
r~r7)ro�recordsr7r7r8�formatHeadergszBufferingFormatter.formatHeadercCsdS)zE
Return the footer string for the specified records.
r~r7)ror�r7r7r8�formatFootermszBufferingFormatter.formatFootercCsNd}t|�dkrJ||j|�}x|D]}||jj|�}q$W||j|�}|S)zQ
Format the specified records and return the result as a string.
r~r)rTr�r�r�r�)ror�rJr�r7r7r8r�ss
zBufferingFormatter.format)N)rwrxryrzrtr�r�r�r7r7r7r8rYs
c@s"eZdZdZddd�Zdd�ZdS) r
a�
Filter instances are used to perform arbitrary filtering of LogRecords.
Loggers and Handlers can optionally use Filter instances to filter
records as desired. The base filter class only allows events which are
below a certain point in the logger hierarchy. For example, a filter
initialized with "A.B" will allow events logged by loggers
"A.B",
"A.B.C", "A.B.C.D", "A.B.D" etc. but not
"A.BB", "B.A.B" etc. If
initialized with the empty string, all events are passed.
r~cCs||_t|�|_dS)z�
Initialize a filter.
Initialize with the name of the logger which, together with its
children, will have its events allowed through the filter. If no
name is specified, allow every event.
N)rRrT�nlen)rorRr7r7r8rt�szFilter.__init__cCsJ|jdkrdS|j|jkrdS|jj|jd|j�dkr:dS|j|jdkS)z�
Determine if the specified record is to be logged.
Is the specified record to be logged? Returns 0 for no, nonzero for
yes. If deemed appropriate, the record may be modified in-place.
rTF�.)r�rRr�)ror�r7r7r8�filter�s
z
Filter.filterN)r~)rwrxryrzrtr�r7r7r7r8r
�s
c@s0eZdZdZdd�Zdd�Zdd�Zdd �Zd
S)�Filtererz[
A base class for loggers and handlers which allows them to share
common code.
cCs
g|_dS)zE
Initialize the list of filters to be an empty list.
N)�filters)ror7r7r8rt�szFilterer.__init__cCs||jkr|jj|�dS)z;
Add the specified filter to this handler.
N)r��append)ror�r7r7r8� addFilter�s
zFilterer.addFiltercCs||jkr|jj|�dS)z@
Remove the specified filter from this handler.
N)r��remove)ror�r7r7r8�removeFilter�s
zFilterer.removeFiltercCs@d}x6|jD],}t|d�r&|j|�}n||�}|sd}PqW|S)ah
Determine if a record is loggable by consulting all the filters.
The default is to allow the record to be logged; any filter can
veto
this and the record is then dropped. Returns a zero value if a
record
is to be dropped, else non-zero.
.. versionchanged:: 3.2
Allow filters to be just callables.
Tr�F)r�rmr�)ror�rJ�fr6r7r7r8r��s
zFilterer.filterN)rwrxryrzrtr�r�r�r7r7r7r8r��s
r�c
CsFttt}}}|rB|rB|rB|�z||kr6|j|�Wd|�XdS)zD
Remove a handler reference from the internal cleanup list.
N)r9r:�_handlerListr�)�wrrMrN�handlersr7r7r8�_removeHandlerRef�sr�c
Cs*t�ztjtj|t��Wdt�XdS)zL
Add a handler to the internal cleanup list using a weak reference.
N)r9r�r��weakref�refr�r:)Zhandlerr7r7r8�_addHandlerRef�sr�c@s�eZdZdZefdd�Zdd�Zdd�Zeee�Z dd �Z
d
d�Zdd
�Zdd�Z
dd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd�Zdd�Zd
S)!raq
Handler instances dispatch logging events to specific destinations.
The base handler class. Acts as a placeholder which defines the Handler
interface. Handlers can optionally use Formatter instances to format
records as desired. By default, no formatter is specified; in this
case,
the 'raw' message as determined by record.message is logged.
cCs4tj|�d|_t|�|_d|_t|�|j�dS)zz
Initializes the instance - basically setting the formatter to None
and the filter list to empty.
N)r�rt�_namerKr5� formatterr��
createLock)ror5r7r7r8rts
zHandler.__init__cCs|jS)N)r�)ror7r7r8�get_nameszHandler.get_namec
Cs<t�z(|jtkrt|j=||_|r,|t|<Wdt�XdS)N)r9r�� _handlersr:)rorRr7r7r8�set_names
zHandler.set_namecCstrtj�|_nd|_dS)zU
Acquire a thread lock for serializing access to the underlying I/O.
N)rh�RLock�lock)ror7r7r8r�
szHandler.createLockcCs|jr|jj�dS)z.
Acquire the I/O thread lock.
N)r�rM)ror7r7r8rM)szHandler.acquirecCs|jr|jj�dS)z.
Release the I/O thread lock.
N)r�rN)ror7r7r8rN0szHandler.releasecCst|�|_dS)zX
Set the logging level of this handler. level must be an int or a
str.
N)rKr5)ror5r7r7r8�setLevel7szHandler.setLevelcCs|jr|j}nt}|j|�S)z�
Format the specified record.
If a formatter is set, use it. Otherwise, use the default formatter
for the module.
)r�r�r�)ror�r�r7r7r8r�=szHandler.formatcCstd��dS)z�
Do whatever it takes to actually log the specified logging record.
This version is intended to be implemented by subclasses and so
raises a NotImplementedError.
z.emit must be implemented by Handler
subclassesN)�NotImplementedError)ror�r7r7r8�emitJszHandler.emitc
Cs4|j|�}|r0|j�z|j|�Wd|j�X|S)a<
Conditionally emit the specified logging record.
Emission depends on filters which may have been added to the
handler.
Wrap the actual emission of the record with acquisition/release of
the I/O thread lock. Returns whether the filter passed the record
for
emission.
N)r�rMr�rN)ror�rJr7r7r8�handleTs
zHandler.handlecCs
||_dS)z5
Set the formatter for this handler.
N)r�)ror�r7r7r8�setFormatterfszHandler.setFormattercCsdS)z�
Ensure all logging output has been flushed.
This version does nothing and is intended to be implemented by
subclasses.
Nr7)ror7r7r8�flushlsz
Handler.flushc
Cs0t�z|jr |jtkr t|j=Wdt�XdS)a%
Tidy up any resources used by the handler.
This version removes the handler from an internal map of handlers,
_handlers, which is used for handler lookup by name. Subclasses
should ensure that this gets called from overridden close()
methods.
N)r9r�r�r:)ror7r7r8r�us
z
Handler.closecCstotj�rtj�\}}}z�y�tjjd�tj|||dtj�tjjd�|j}x&|rvtj j
|jj�t
dkrv|j}qRW|r�tj|tjd�ntjjd|j|jf�ytjjd|j|jf�Wn
tk
r�tjjd�YnXWntk
r�YnXWd~~~XdS) aD
Handle errors which occur during an emit() call.
This method should be called from handlers when an exception is
encountered during an emit() call. If raiseExceptions is false,
exceptions get silently ignored. This is what is mostly wanted
for a logging system - most users will not care about errors in
the logging system, they are more interested in application errors.
You could, however, replace this with a custom handler if you wish.
The record which was being processed is passed in to this method.
z--- Logging error ---
NzCall stack:
r)�filezLogged from file %s, line %s
zMessage: %r
Arguments: %s
zwUnable to print the message and arguments - possible formatting error.
Use the traceback above to help find the error.
)r,r=�stderrrA�writer�r�rBrZr[�dirname�f_code�co_filename�__path__rC�print_stackr]rcrSrWr@�OSError)ror�r��vr��framer7r7r8�handleError�s.
zHandler.handleErrorcCst|j�}d|jj|fS)Nz <%s
(%s)>)rr5� __class__rw)ror5r7r7r8r{�s
zHandler.__repr__N)rwrxryrzrrtr�r��propertyrRr�rMrNr�r�r�r�r�r�r�r�r{r7r7r7r8r�s"
-c@s6eZdZdZdZddd�Zdd�Zdd �Zd
d�ZdS)
rz�
A handler class which writes logging records, appropriately formatted,
to a stream. Note that this class does not close the stream, as
sys.stdout or sys.stderr may be used.
r�NcCs"tj|�|dkrtj}||_dS)zb
Initialize the handler.
If stream is not specified, sys.stderr is used.
N)rrtr=r��stream)ror�r7r7r8rt�s
zStreamHandler.__init__c
Cs8|j�z |jr&t|jd�r&|jj�Wd|j�XdS)z%
Flushes the stream.
r�N)rMr�rmr�rN)ror7r7r8r��s
zStreamHandler.flushcCsVy2|j|�}|j}|j|�|j|j�|j�Wntk
rP|j|�YnXdS)a�
Emit a record.
If a formatter is specified, it is used to format the record.
The record is then written to the stream with a trailing newline.
If
exception information is present, it is formatted using
traceback.print_exception and appended to the stream. If the
stream
has an 'encoding' attribute, it is used to determine how
to do the
output to the stream.
N)r�r�r��
terminatorr�r@r�)ror�rSr�r7r7r8r��s
zStreamHandler.emitcCs6t|j�}t|jdd�}|r$|d7}d|jj||fS)NrRr~�
z<%s %s(%s)>)rr5�getattrr�r�rw)ror5rRr7r7r8r{�s
zStreamHandler.__repr__)N) rwrxryrzr�rtr�r�r{r7r7r7r8r�s
c@s:eZdZdZddd�Zdd�Zd d
�Zdd�Zd
d�ZdS)r zO
A handler class which writes formatted logging records to disk files.
�aNFcCsTtj|�}tjj|�|_||_||_||_|r@tj |�d|_
ntj ||j��dS)zO
Open the specified file and use it as the stream for logging.
N)
rZ�fspathr[�abspath�baseFilename�mode�encoding�delayrrtr�r�_open)ror]r�r�r�r7r7r8rt�s
zFileHandler.__init__cCsb|j�zJz8|jr@z|j�Wd|j}d|_t|d�r>|j�XWdtj|�XWd|j�XdS)z$
Closes the stream.
Nr�)rMr�r�rmr�rrN)ror�r7r7r8r�
s
zFileHandler.closecCst|j|j|jd�S)zx
Open the current base file with the (original) mode and encoding.
Return the resulting stream.
)r�)�openr�r�r�)ror7r7r8r�
szFileHandler._opencCs$|jdkr|j�|_tj||�dS)z�
Emit a record.
If the stream was not opened because 'delay' was
specified in the
constructor, open it before calling the superclass's emit.
N)r�r�rr�)ror�r7r7r8r�'s
zFileHandler.emitcCst|j�}d|jj|j|fS)Nz<%s %s
(%s)>)rr5r�rwr�)ror5r7r7r8r{2s
zFileHandler.__repr__)r�NF) rwrxryrzrtr�r�r�r{r7r7r7r8r �s
c@s(eZdZdZefdd�Zedd��ZdS)�_StderrHandlerz�
This class is like a StreamHandler using sys.stderr, but always uses
whatever sys.stderr is currently set to rather than the value of
sys.stderr at handler construction time.
cCstj||�dS)z)
Initialize the handler.
N)rrt)ror5r7r7r8rt=sz_StderrHandler.__init__cCstjS)N)r=r�)ror7r7r8r�Csz_StderrHandler.streamN)rwrxryrzrrtr�r�r7r7r7r8r�7sr�c@s
eZdZdZdd�Zdd�ZdS)�PlaceHolderz�
PlaceHolder instances are used in the Manager logger hierarchy to take
the place of nodes for which no loggers have been defined. This class
is
intended for internal use only and not as part of the public API.
cCs|di|_dS)zY
Initialize with the specified logger being a child of this
placeholder.
N)� loggerMap)ro�aloggerr7r7r8rtUszPlaceHolder.__init__cCs||jkrd|j|<dS)zJ
Add the specified logger as a child of this placeholder.
N)r�)ror�r7r7r8r�[s
zPlaceHolder.appendN)rwrxryrzrtr�r7r7r7r8r�Osr�cCs(|tkr
t|t�s td|j��|adS)z�
Set the class to be used when instantiating a logger. The class should
define __init__() such that only a name argument is required, and the
__init__() should call Logger.__init__()
z(logger not derived from logging.Logger: N)r�
issubclassrIrw�_loggerClass)�klassr7r7r8r%fs
cCstS)zB
Return the class to be used when instantiating a logger.
)r�r7r7r7r8r!ssc@s@eZdZdZdd�Zdd�Zdd�Zdd �Zd
d�Zdd
�Z dS)�Managerzt
There is [under normal circumstances] just one Manager instance, which
holds the hierarchy of loggers.
cCs(||_d|_d|_i|_d|_d|_dS)zT
Initialize the manager with the root node of the logger hierarchy.
rFN)�rootr�emittedNoHandlerWarning�
loggerDict�loggerClass�logRecordFactory)roZrootnoder7r7r8rt~szManager.__init__c
Cs�d}t|t�std��t�z�||jkrv|j|}t|t�r�|}|jpHt|�}||_||j|<|j ||�|j
|�n(|jp~t|�}||_||j|<|j
|�Wdt�X|S)a�
Get a logger with the specified name (channel name), creating it
if it doesn't yet exist. This name is a dot-separated
hierarchical
name, such as "a", "a.b", "a.b.c" or
similar.
If a PlaceHolder existed for the specified name [i.e. the logger
didn't exist but a child of it did], replace it with the
created
logger and fix up the parent/child references which pointed to the
placeholder to now point to the logger.
NzA logger name must be a
string)rErGrIr9r�r�r�r��manager�_fixupChildren�
_fixupParentsr:)rorRrJ�phr7r7r8r
�s(
zManager.getLoggercCs*|tkr t|t�s
td|j��||_dS)zY
Set the class to be used when instantiating a logger with this
Manager.
z(logger not derived from logging.Logger:
N)rr�rIrwr�)ror�r7r7r8r%�s
zManager.setLoggerClasscCs
||_dS)zg
Set the factory to be used when instantiating a log record with
this
Manager.
N)r�)ror}r7r7r8r*�szManager.setLogRecordFactorycCs�|j}|jd�}d}x||dkr�|r�|d|�}||jkrJt|�|j|<n2|j|}t|t�rd|}nt|t�srt�|j|�|jdd|d�}qW|s�|j}||_ dS)z�
Ensure that there are either loggers or placeholders all the way
from the specified logger to the root of the logger hierarchy.
r�NrrO)
rR�rfindr�r�rEr�AssertionErrorr�r��parent)ror�rR�irJZsubstr�objr7r7r8r��s
zManager._fixupParentscCsH|j}t|�}x4|jj�D]&}|jjd|�|kr|j|_||_qWdS)zk
Ensure that children of the placeholder ph are connected to the
specified logger.
N)rRrTr�r�r)ror�r�rRZnamelen�cr7r7r8r��szManager._fixupChildrenN)
rwrxryrzrtr r%r*r�r�r7r7r7r8r�ys"
r�c@s�eZdZdZefdd�Zdd�Zdd�Zdd �Zd
d�Z dd
�Z
dd�Zdd�dd�Zdd�Z
e
Zdd�Zd2dd�Zd3dd�Zd4dd�Zd
d!�Zd"d#�Zd$d%�Zd&d'�Zd(d)�Zd*d+�Zd,d-�Zd.d/�Zd0d1�ZdS)5rar
Instances of the Logger class represent a single logging channel. A
"logging channel" indicates an area of an application.
Exactly how an
"area" is defined is up to the application developer. Since
an
application can have any number of areas, logging channels are
identified
by a unique string. Application areas can be nested (e.g. an area
of "input processing" might include sub-areas "read CSV
files", "read
XLS files" and "read Gnumeric files"). To cater for this
natural nesting,
channel names are organized into a namespace hierarchy where levels are
separated by periods, much like the Java or Python package namespace.
So
in the instance given above, channel names might be "input"
for the upper
level, and "input.csv", "input.xls" and
"input.gnu" for the sub-levels.
There is no arbitrary limit to the depth of nesting.
cCs6tj|�||_t|�|_d|_d|_g|_d|_dS)zJ
Initialize the logger with a name and an optional level.
NTF) r�rtrRrKr5r� propagater��disabled)rorRr5r7r7r8rt�s
zLogger.__init__cCst|�|_dS)zW
Set the logging level of this logger. level must be an int or a
str.
N)rKr5)ror5r7r7r8r�szLogger.setLevelcOs
|jt�r|jt||f|�dS)z�
Log 'msg % args' with severity 'DEBUG'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.debug("Houston, we have a %s", "thorny
problem", exc_info=1)
N)�isEnabledForr�_log)rorSrWrrr7r7r8rs
zLogger.debugcOs |jt�r|jt||f|�dS)z�
Log 'msg % args' with severity 'INFO'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.info("Houston, we have a %s", "interesting
problem", exc_info=1)
N)rr
r)rorSrWrrr7r7r8r"s
zLogger.infocOs |jt�r|jt||f|�dS)z�
Log 'msg % args' with severity 'WARNING'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.warning("Houston, we have a %s", "bit of a
problem", exc_info=1)
N)rrr)rorSrWrrr7r7r8r(s
zLogger.warningcOs$tjdtd�|j|f|�|�dS)Nz6The
'warn' method is deprecated, use 'warning'
insteadr?)�warningsr'�DeprecationWarningr()rorSrWrrr7r7r8r'*szLogger.warncOs
|jt�r|jt||f|�dS)z�
Log 'msg % args' with severity 'ERROR'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.error("Houston, we have a %s", "major
problem", exc_info=1)
N)rrr)rorSrWrrr7r7r8r/s
zLogger.errorT)rAcOs|j|f|�d|i|��dS)zU
Convenience method for logging an ERROR with exception information.
rAN)r)rorSrArWrrr7r7r8r;szLogger.exceptioncOs
|jt�r|jt||f|�dS)z�
Log 'msg % args' with severity 'CRITICAL'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.critical("Houston, we have a %s", "major
disaster", exc_info=1)
N)rrr)rorSrWrrr7r7r8rAs
zLogger.criticalcOs<t|t�strtd��ndS|j|�r8|j|||f|�dS)z�
Log 'msg % args' with the integer severity
'level'.
To pass exception information, use the keyword argument exc_info
with
a true value, e.g.
logger.log(level, "We have a %s", "mysterious
problem", exc_info=1)
zlevel must be an
integerN)rErFr,rIrr)ror5rSrWrrr7r7r8r#Os
z
Logger.logFcCs�t�}|dk r|j}d
}x�t|d�r�|j}tjj|j�}|tkrH|j}qd}|r�t j
�}|jd�tj
||d�|j�}|dd kr�|dd�}|j�|j|j|j|f}PqW|S)
z�
Find the stack frame of the caller so that we can note the source
file name, line number and function name.
N�(unknown file)r�(unknown function)r�zStack (most recent
call last):
)r�rOr�)r
rrNr�r�)rDrCrmr�rZr[�normcaser��_srcfiler�r�r�r�r�r�r��f_lineno�co_name)rorbr�rJ�cor]rqr�r7r7r8�
findCaller`s,
zLogger.findCallerNc
Cs^t|||||||||
� }| dk rZx8| D]0}|dks<||jkrHtd|��| ||j|<q&W|S)zr
A factory method which can be overridden in subclasses to create
specialized LogRecords.
Nr�r�z$Attempt to overwrite %r in
LogRecord)r�r�)r|r�KeyError)
rorRr5�fn�lnorSrWrArp�extrarqrJ�keyr7r7r8�
makeRecord~s
zLogger.makeRecordcCs�d}tr@y|j|�\}} }
}WqJtk
r<d\}} }
YqJXn
d\}} }
|r|t|t�rjt|�||jf}nt|t�s|tj �}|j
|j||| ||||
||�
}|j|�dS)z�
Low-level logging routine which creates a LogRecord and then calls
all the handlers of this logger to handle the record.
N�(unknown file)r�(unknown
function))rrr)rrr)
r
rrHrE�
BaseException�type�
__traceback__�tupler=rArrRr�)ror5rSrWrArrbrqrrrpr�r7r7r8r�s
zLogger._logcCs |jr|j|�r|j|�dS)z�
Call the handlers for the specified record.
This method is used for unpickled records received from a socket,
as
well as those created locally. Logger-level filtering is applied.
N)rr��callHandlers)ror�r7r7r8r��sz
Logger.handlec
Cs.t�z||jkr|jj|�Wdt�XdS)z;
Add the specified handler to this logger.
N)r9r�r�r:)ro�hdlrr7r7r8�
addHandler�s
zLogger.addHandlerc
Cs.t�z||jkr|jj|�Wdt�XdS)z@
Remove the specified handler from this logger.
N)r9r�r�r:)rorr7r7r8�
removeHandler�s
zLogger.removeHandlercCs2|}d}x$|r,|jrd}P|js$Pq
|j}q
W|S)a�
See if this logger has any handlers configured.
Loop through all handlers for this logger and its parents in the
logger hierarchy. Return True if a handler was found, else False.
Stop searching up the hierarchy whenever a logger with the
"propagate"
attribute set to zero is found - that will be the last logger which
is checked for the existence of handlers.
FT)r�rr)rorrJr7r7r8�hasHandlers�s
zLogger.hasHandlerscCs�|}d}xH|rPx,|jD]"}|d}|j|jkr|j|�qW|jsHd}q
|j}q
W|dkr�trv|jtjkr�tj|�n(tr�|jj r�t
jjd|j
�d|j_ dS)a�
Pass a record to all relevant handlers.
Loop through all handlers for this logger and its parents in the
logger hierarchy. If no handler was found, output a one-off error
message to sys.stderr. Stop searching up the hierarchy whenever a
logger with the "propagate" attribute set to zero is
found - that
will be the last logger whose handlers are called.
rrONz+No handlers could be found for logger "%s"
T)r�rXr5r�rrr+r,r�r�r=r�r�rR)ror�r�foundrr7r7r8r�s$
zLogger.callHandlerscCs$|}x|r|jr|jS|j}qWtS)z�
Get the effective level for this logger.
Loop through this logger and its parents in the logger hierarchy,
looking for a non-zero logging level. Return the first one found.
)r5rr)ro�loggerr7r7r8�getEffectiveLevel�s
zLogger.getEffectiveLevelcCs|jj|krdS||j�kS)z;
Is this logger enabled for level 'level'?
F)r�rr%)ror5r7r7r8rszLogger.isEnabledForcCs&|j|k rdj|j|f�}|jj|�S)ab
Get a logger which is a descendant to this one.
This is a convenience method, such that
logging.getLogger('abc').getChild('def.ghi')
is the same as
logging.getLogger('abc.def.ghi')
It's useful, for example, when the parent logger is named
using
__name__ rather than a literal string.
r�)r�r�rRr�r )ro�suffixr7r7r8�getChilds
zLogger.getChildcCs t|j��}d|jj|j|fS)Nz<%s %s
(%s)>)rr%r�rwrR)ror5r7r7r8r{#szLogger.__repr__)F)NNN)NNF)rwrxryrzrrtr�rr"r(r'rrrrr#rrrr�r
r!r"rr%rr'r{r7r7r7r8r�s0
c@seZdZdZdd�ZdS)�
RootLoggerz�
A root logger is not that different to any other logger, except that
it must have a logging level and there is only one instance of it in
the hierarchy.
cCstj|d|�dS)z=
Initialize the logger with the name "root".
r�N)rrt)ror5r7r7r8rt.szRootLogger.__init__N)rwrxryrzrtr7r7r7r8r((sr(c@s�eZdZdZdd�Zdd�Zdd�Zdd �Zd
d�Zdd
�Z dd�Z
dd�dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd�Zd+d"d#�Zed$d%��Zejd&d%��Zed'd(��Zd)d*�Zd
S),rzo
An adapter for loggers which makes it easier to specify contextual
information in logging output.
cCs||_||_dS)ax
Initialize the adapter with a logger and a dict-like object which
provides contextual information. This constructor signature allows
easy stacking of LoggerAdapters, if so desired.
You can effectively pass keyword arguments as shown in the
following example:
adapter = LoggerAdapter(someLogger, dict(p1=v1, p2="v2"))
N)r$r)ror$rr7r7r8rt<szLoggerAdapter.__init__cCs|j|d<||fS)a�
Process the logging message and keyword arguments passed in to
a logging call to insert contextual information. You can either
manipulate the message itself, the keyword args or both. Return
the message and kwargs modified (or not) to suit your needs.
Normally, you'll only need to override this one method in a
LoggerAdapter subclass for your specific needs.
r)r)rorSrrr7r7r8rnJs
zLoggerAdapter.processcOs|jt|f|�|�dS)zA
Delegate a debug call to the underlying logger.
N)r#r)rorSrWrrr7r7r8rZszLoggerAdapter.debugcOs|jt|f|�|�dS)zA
Delegate an info call to the underlying logger.
N)r#r
)rorSrWrrr7r7r8r"`szLoggerAdapter.infocOs|jt|f|�|�dS)zC
Delegate a warning call to the underlying logger.
N)r#r)rorSrWrrr7r7r8r(fszLoggerAdapter.warningcOs$tjdtd�|j|f|�|�dS)Nz6The
'warn' method is deprecated, use 'warning'
insteadr?)rr'r r()rorSrWrrr7r7r8r'lszLoggerAdapter.warncOs|jt|f|�|�dS)zB
Delegate an error call to the underlying logger.
N)r#r)rorSrWrrr7r7r8rqszLoggerAdapter.errorT)rAcOs
|jt|f|�d|i|��dS)zF
Delegate an exception call to the underlying logger.
rAN)r#r)rorSrArWrrr7r7r8rwszLoggerAdapter.exceptioncOs|jt|f|�|�dS)zD
Delegate a critical call to the underlying logger.
N)r#r)rorSrWrrr7r7r8r}szLoggerAdapter.criticalcOs4|j|�r0|j||�\}}|jj||f|�|�dS)z�
Delegate a log call to the underlying logger, after adding
contextual information from this adapter instance.
N)rrnr$r#)ror5rSrWrrr7r7r8r#�s
zLoggerAdapter.logcCs|jjj|krdS||j�kS)z;
Is this logger enabled for level 'level'?
F)r$r�rr%)ror5r7r7r8r�szLoggerAdapter.isEnabledForcCs|jj|�dS)zC
Set the specified level on the underlying logger.
N)r$r�)ror5r7r7r8r��szLoggerAdapter.setLevelcCs
|jj�S)zD
Get the effective level for the underlying logger.
)r$r%)ror7r7r8r%�szLoggerAdapter.getEffectiveLevelcCs
|jj�S)z@
See if the underlying logger has any handlers.
)r$r")ror7r7r8r"�szLoggerAdapter.hasHandlersNFcCs|jj||||||d�S)zX
Low-level log implementation, proxied to allow nested logger
adapters.
)rArrb)r$r)ror5rSrWrArrbr7r7r8r�szLoggerAdapter._logcCs|jjS)N)r$r�)ror7r7r8r��szLoggerAdapter.managercCs||j_dS)N)r$r�)ro�valuer7r7r8r��scCs|jjS)N)r$rR)ror7r7r8rR�szLoggerAdapter.namecCs&|j}t|j��}d|jj|j|fS)Nz<%s
%s
(%s)>)r$rr%r�rwrR)ror$r5r7r7r8r{�szLoggerAdapter.__repr__)NNF)rwrxryrzrtrnrr"r(r'rrrr#rr�r%r"rr�r��setterrRr{r7r7r7r8r6s(
c
Ks�t��zjttj�dk�rp|jdd�}|dkrHd|kr`d|kr`td��nd|ksXd|kr`td��|dkr�|jdd�}|jdd �}|r�t||�}n|jdd�}t|�}|g}|jd
d�}|jdd�}|tkr�td
dj tj
����|jdt|d�}t|||�} x.|D]&}|jdk�r
|j
| �tj|��qW|jdd�}
|
dk �rPtj|
�|�rpdj |j
��}td|��Wdt�XdS)a�
Do basic configuration for the logging system.
This function does nothing if the root logger already has handlers
configured. It is a convenience method intended for use by simple
scripts
to do one-shot configuration of the logging package.
The default behaviour is to create a StreamHandler which writes to
sys.stderr, set a formatter using the BASIC_FORMAT format string, and
add the handler to the root logger.
A number of optional keyword arguments may be specified, which can
alter
the default behaviour.
filename Specifies that a FileHandler be created, using the specified
filename, rather than a StreamHandler.
filemode Specifies the mode to open the file, if filename is specified
(if filemode is unspecified, it defaults to 'a').
format Use the specified format string for the handler.
datefmt Use the specified date/time format.
style If a format string is specified, use this to specify the
type of format string (possible values '%',
'{', '$', for
%-formatting, :meth:`str.format` and :class:`string.Template`
- defaults to '%').
level Set the root logger level to the specified level.
stream Use the specified stream to initialize the StreamHandler.
Note
that this argument is incompatible with 'filename'
- if both
are present, 'stream' is ignored.
handlers If specified, this should be an iterable of already created
handlers, which will be added to the root handler. Any
handler
in the list which does not have a formatter assigned will be
assigned the formatter created in this function.
Note that you could specify a stream created using open(filename, mode)
rather than passing the filename and mode in. However, it should be
remembered that StreamHandler does not close its stream (since it may
be
using sys.stdout or sys.stderr), whereas FileHandler closes its stream
when the handler is closed.
.. versionchanged:: 3.2
Added the ``style`` parameter.
.. versionchanged:: 3.3
Added the ``handlers`` parameter. A ``ValueError`` is now thrown for
incompatible arguments (e.g. ``handlers`` specified together with
``filename``/``filemode``, or ``filename``/``filemode`` specified
together with ``stream``, or ``handlers`` specified together with
``stream``.
rr�Nr�r]z8'stream' and 'filename' should not
be specified togetherzG'stream' or 'filename' should
not be specified together with
'handlers'�filemoder�r�r�r�zStyle must be one of:
%sr�r�rOr5z, zUnrecognised argument(s):
%s)r9rTr�r��poprHr rr�r�r�rr�r�r
r�r:)rrr�r]r��hr�Zdfsr�Zfsr�r5r�r7r7r8r�sF4
cCs|rtjj|�StSdS)z�
Return a logger with the specified name, creating it if necessary.
If no name is specified, return the root logger.
N)rr�r r�)rRr7r7r8r
.scOs*ttj�dkrt�tj|f|�|�dS)z�
Log a message with severity 'CRITICAL' on the root logger. If
the logger
has no handlers, call basicConfig() to add a console handler with a
pre-defined format.
rN)rTr�r�rr)rSrWrrr7r7r8r9scOs*ttj�dkrt�tj|f|�|�dS)z�
Log a message with severity 'ERROR' on the root logger. If
the logger has
no handlers, call basicConfig() to add a console handler with a
pre-defined
format.
rN)rTr�r�rr)rSrWrrr7r7r8rEs)rAcOst|f|�d|i|��dS)z�
Log a message with severity 'ERROR' on the root logger, with
exception
information. If the logger has no handlers, basicConfig() is called to
add
a console handler with a pre-defined format.
rAN)r)rSrArWrrr7r7r8rOscOs*ttj�dkrt�tj|f|�|�dS)z�
Log a message with severity 'WARNING' on the root logger. If
the logger has
no handlers, call basicConfig() to add a console handler with a
pre-defined
format.
rN)rTr�r�rr()rSrWrrr7r7r8r(WscOs"tjdtd�t|f|�|�dS)Nz8The
'warn' function is deprecated, use 'warning'
insteadr?)rr'r r()rSrWrrr7r7r8r'ascOs*ttj�dkrt�tj|f|�|�dS)z�
Log a message with severity 'INFO' on the root logger. If the
logger has
no handlers, call basicConfig() to add a console handler with a
pre-defined
format.
rN)rTr�r�rr")rSrWrrr7r7r8r"fscOs*ttj�dkrt�tj|f|�|�dS)z�
Log a message with severity 'DEBUG' on the root logger. If
the logger has
no handlers, call basicConfig() to add a console handler with a
pre-defined
format.
rN)rTr�r�rr)rSrWrrr7r7r8rpscOs,ttj�dkrt�tj||f|�|�dS)z�
Log 'msg % args' with the integer severity 'level'
on the root logger. If
the logger has no handlers, call basicConfig() to add a console handler
with a pre-defined format.
rN)rTr�r�rr#)r5rSrWrrr7r7r8r#zscCs|tj_dS)zB
Disable all logging calls of severity 'level' and below.
N)r�r�r)r5r7r7r8r�scCs�x�t|dd��D]l}yT|�}|rhz:y|j�|j�|j�Wnttfk
rXYnXWd|j�XWqtrx�YqXqWdS)z�
Perform any cleanup actions in the logging system (e.g. flushing
buffers).
Should be called at application exit.
N)�reversedrMr�r�r�rHrNr,)ZhandlerListr�r-r7r7r8r&�s
c@s(eZdZdZdd�Zdd�Zdd�ZdS) ra�
This handler does nothing. It's intended to be used to avoid the
"No handlers could be found for logger XXX" one-off warning.
This is
important for library code, which may contain code to log events. If a
user
of the library does not configure logging, the one-off warning might be
produced; to avoid this, the library developer simply needs to
instantiate
a NullHandler and add it to the top-level logger of the library module
or
package.
cCsdS)zStub.Nr7)ror�r7r7r8r��szNullHandler.handlecCsdS)zStub.Nr7)ror�r7r7r8r��szNullHandler.emitcCs
d|_dS)N)r�)ror7r7r8r��szNullHandler.createLockN)rwrxryrzr�r�r�r7r7r7r8r�s cCs`|dk r$tdk r\t||||||�n8tj|||||�}td�}|jsP|jt��|jd|�dS)a�
Implementation of showwarnings which redirects to logging, which will
first
check to see if the file parameter is None. If a file is specified, it
will
delegate to the original warnings implementation of showwarning.
Otherwise,
it will call warnings.formatwarning and will log the resulting string
to a
warnings logger named "py.warnings" with level
logging.WARNING.
Nzpy.warningsz%s)�_warnings_showwarningr�
formatwarningr
r�r
rr()r��categoryr]rcr��liner�r$r7r7r8�_showwarning�sr3cCs0|rtdkr,tjatt_ntdk r,tt_dadS)z�
If capture is true, redirect all warnings to the logging package.
If capture is False, ensure that warnings are not redirected to logging
but to their original destinations.
N)r/r�showwarningr3)Zcapturer7r7r8r�s)N)NN)grzr=rZrQr�r�rr�rU�stringr�__all__rh�ImportError�
__author__Z
__status__�__version__Z__date__rfr,rgrjrlrrrrrr
rrr2r4rrrmrDr[r�__code__r�r
rKr�rLr9r:�objectrr|r*r)r$r�r�r�rr�rr�rr
r��WeakValueDictionaryr�r�r�r�rrr r�Z_defaultLastResortr+r�r%r!r�rr(r�rr�r�rr
rrrrr(r'r"rr#rr&�atexit�registerrr/r3rr7r7r7r8�<module>s�@
i
.*%4
>;E
lEb