| Server IP : 85.214.239.14 / Your IP : 216.73.216.53 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/cwd/proc/3/cwd/proc/3/root/proc/self/root/lib/python2.7/ |
Upload File : |
�
�,bc@sYdZddlZddlZddlZddddddd d
gZddd�Zddd
�ZeZdd�Z de
dddd�Ze
ddd�Zd�Z
defd��YZd�Zd�Zd�Zd�Zddd�Zdddd�Zdefd��YZd
efd��YZeZy>ddlmZmZmZmZmZeZeZ e!ZWn#e"k
r�gZd ZiZ nXeej#�esRe$e%gZ&ej'r�ej(j)r�e&j*e+�nxe&D]Z,ed!d"e,�q�Wej(j-Z-e-dkr$d#Z.ne-r3d Z.nd!Z.ee.d"e/d$d�n[dS(%s&Python part of the warnings subsystem.i����Ntwarnt
warn_explicittshowwarningt
formatwarningtfilterwarningstsimplefiltert
resetwarningstcatch_warningsicCs9tjr5|dkrt}nt|||d�ndS(s�Issue a deprecation warning for Python 3.x related changes.
Warnings are omitted unless Python is started with the -3 option.
iN(tsystpy3kwarningtNonetDeprecationWarningR(tmessagetcategoryt
stacklevel((s/usr/lib/python2.7/warnings.pytwarnpy3ks cCsi|dkr(tj}|dkr(dSny#|jt|||||��Wnttfk
rdnXdS(s7Hook to write a warning to a file; replace if you like.N(R
RtstderrtwriteRtIOErrortUnicodeError(RR
tfilenametlinenotfiletline((s/usr/lib/python2.7/warnings.pyt
_show_warnings #cCsFy
t}Wntk
r#d}nXyt|�}Wntk
rGnXd||j|f}|dkr|tj||�n|}|r�|j�}t ||�r�t |t�r�t|d�}n|d|7}nt ||�r2t |t�r2t
j�}|r2yt||�}Wq/tk
r+q/Xq2nd||f}|S(s.Function to format a warning the standard way.s%s: %s: %s
tlatin1s %s
s%s:%s(N(
tunicodet NameErrortstrtUnicodeEncodeErrort__name__R
t linecachetgetlinetstript
isinstanceRtgetfilesystemencodingtUnicodeDecodeError(RR
RRRtunicodetypetstenc((s/usr/lib/python2.7/warnings.pyR(s0
$
ticCsddl}|dks+td |f��t|t�sFtd
��t|ttjf�sjtd��t|t�s�td��t|t�s�td
��t|t �r�|dks�td��||j
||j�||j
|�|f}|r
tj
|�ntjd|�dS(s�Insert an entry into the list of warnings filters (at the front).
'action' -- one of "error", "ignore", "always", "default", "module",
or "once"
'message' -- a regex that the warning message must match
'category' -- a class that the warning must be a subclass of
'module' -- a regex that the module name must match
'lineno' -- an integer line number, 0 matches all warnings
'append' -- if true, append to the list of filters
i����Nterrortignoretalwaystdefaulttmoduletoncesinvalid action: %rsmessage must be a stringscategory must be a classs#category must be a Warning subclasssmodule must be a stringislineno must be an int >= 0(R)R*R+R,R-R.(tretAssertionErrorR"t
basestringttypettypest ClassTypet
issubclasstWarningtinttcompiletItfilterstappendtinsert(tactionRR
R-RR;R/titem((s/usr/lib/python2.7/warnings.pyRCs cCs�|dkstd|f��t|t�r:|dksFtd ��|d
|d
|f}|rqtj|�ntjd|�d
S(s�Insert a simple entry into the list of warnings filters (at the front).
A simple filter matches all modules and messages.
'action' -- one of "error", "ignore", "always", "default", "module",
or "once"
'category' -- a class that the warning must be a subclass of
'lineno' -- an integer line number, 0 matches all warnings
'append' -- if true, append to the list of filters
R)R*R+R,R-R.sinvalid action: %rislineno must be an int >= 0N(R)R*R+R,R-R.(R0R"R7R
R:R;R<(R=R
RR;R>((s/usr/lib/python2.7/warnings.pyR`s
cCsgt(dS(sAClear the list of warning filters, so that no filters are active.N(R:(((s/usr/lib/python2.7/warnings.pyRtst_OptionErrorcBseZdZRS(s,Exception used by option processing helpers.(Rt
__module__t__doc__(((s/usr/lib/python2.7/warnings.pyR?xscCsLxE|D]=}yt|�Wqtk
rC}tjdI|IJqXqWdS(NsInvalid -W option ignored:(t
_setoptionR?RR(targstargtmsg((s/usr/lib/python2.7/warnings.pyt_processoptions}s
c Cs[ddl}|jd�}t|�dkrCtd|f��nx#t|�dkrh|jd�qFWg|D]}|j�^qp\}}}}}t|�}|j|�}t|�}|j|�}|r�|d}n|r;y%t |�}|dkr
t
�nWqAt
tfk
r7td|f��qAXnd}t|||||�dS( Ni����t:istoo many fields (max 5): %rR(t$isinvalid lineno %r(
R/tsplittlenR?R;R!t
_getactiontescapet_getcategoryR7t
ValueErrort
OverflowErrorR( RDR/tpartsR&R=RR
R-R((s/usr/lib/python2.7/warnings.pyRB�s.+
cCsU|s
dS|dkrdSx!d D]}|j|�r!|Sq!Wtd|f��dS(
NR,tallR+R*R-R.R)sinvalid action: %r(R,R+R*R-R.R)(t
startswithR?(R=ta((s/usr/lib/python2.7/warnings.pyRK�s
cCs/ddl}|stS|jd|�rbyt|�}Wqtk
r^td|f��qXn�|jd�}|| }||d}yt|dd|g�}Wn$t k
r�td|f��nXyt
||�}Wn$tk
rtd|f��nXt|t�s+td|f��n|S(Ni����s^[a-zA-Z0-9_]+$sunknown warning category: %rt.isinvalid module name: %rsinvalid warning category: %r(
R/R6tmatchtevalRR?trfindt
__import__R
tImportErrortgetattrtAttributeErrorR5(R
R/tcattiR-tklasstm((s/usr/lib/python2.7/warnings.pyRM�s,
c
Csgt|t�r|j}n|dkr0t}nt|t�sEt�ytj|�}Wn t k
rztj
}d}nX|j}|j}d|kr�|d}nd}|j
d�}|r�|j�}|jd�r5|d }q5nI|dkr&ytjd }Wq&tk
r"d}q&Xn|s5|}n|jd
i�} t|||||| |�dS(
s:Issue a warning, or maybe ignore it or raise an exception.iRs<string>t__file__s.pycs.pyoi����t__main__it__warningregistry__N(s.pycs.pyo(R"R6t __class__R
tUserWarningR5R0Rt _getframeRNt__dict__t f_globalstf_linenotgettlowertendswithtargvR[t
setdefaultR(
RR
RtcallertglobalsRR-Rtfnltregistry((s/usr/lib/python2.7/warnings.pyR�s<
cCsbt|�}|dkrJ|p!d}|dj�dkrJ|d }qJn|dkr_i}nt|t�r�t|�}|j}n|}||�}|||f}|j|�r�dSx�tD]|} | \}
}}}
}|dks�|j |�r�t
||�r�|
dks!|
j |�r�|dks9||kr�Pq�q�Wt}
|
dkrad||<dStj
||�|
dkr�|�n|
dkr�d||<||f}tj|�r�dSdt|<n�|
d kr�nt|
d
krd||<||df}|j|�rdSd||<n/|
dkr5d||<ntd|
| f��t||||�dS(
Ns <unknown>i����s.pyiR*iR)R.R+R-R,s1Unrecognized action (%r) in warnings.filters:
%s(R7R
RjR"R6RRcRiR:RUR5t
defaultactionRtgetlinestonceregistrytRuntimeErrorR(RR
RRR-Rqtmodule_globalsttexttkeyR>R=RER\tmodtlntoncekeytaltkey((s/usr/lib/python2.7/warnings.pyR�sb
tWarningMessagecBs,eZdZd Zd
d
d�Zd�ZRS(s0Holds the result of a single showwarning() call.RR
RRRRc CsMt�}x%|jD]}t||||�qW|r@|jnd|_dS(N(tlocalst_WARNING_DETAILStsetattrRR
t_category_name( tselfRR
RRRRtlocal_valuestattr((s/usr/lib/python2.7/warnings.pyt__init__6s cCs&d|j|j|j|j|jfS(NsD{message : %r, category : %r, filename : %r, lineno : %s, line : %r}(RR�RRR(R�((s/usr/lib/python2.7/warnings.pyt__str__=s(RR
RRRRN(RR@RARR
R�R�(((s/usr/lib/python2.7/warnings.pyR}/scBs8eZdZedd�Zd�Zd�Zd�ZRS(s�A context manager that copies and restores the warnings filter upon
exiting the context.
The 'record' argument specifies whether warnings should be captured by a
custom implementation of warnings.showwarning() and be appended to a list
returned by the context manager. Otherwise None is returned by the context
manager. The objects appended to the list are arguments whose attributes
mirror the arguments to showwarning().
The 'module' argument is to specify an alternative module to the module
named 'warnings' and imported under that name. This argument is only useful
when testing the warnings module itself.
cCs8||_|dkr"tjdn||_t|_dS(s�Specify whether to record warnings and if an alternative module
should be used other than sys.modules['warnings'].
For compatibility with Python 3.0, please consider all arguments to be
keyword-only.
twarningsN(t_recordR
Rtmodulest_moduletFalset_entered(R�trecordR-((s/usr/lib/python2.7/warnings.pyR�Ts "cCsrg}|jr|jd�n|jtjdk rL|jd|j�nt|�j}d|dj|�fS(Nsrecord=TrueR�s module=%rs%s(%s)s, (R�R;R�RR�R2Rtjoin(R�RCtname((s/usr/lib/python2.7/warnings.pyt__repr__`s cs�|jrtd|��nt|_|jj|_|j|j_|jj|_|jr�g��fd�}||j_�SdSdS(NsCannot enter %r twicecs�jt||��dS(N(R;R}(RCtkwargs(tlog(s/usr/lib/python2.7/warnings.pyRrs(
R�RutTrueR�R:t_filtersRt_showwarningR�R
(R�R((R�s/usr/lib/python2.7/warnings.pyt __enter__is cGs>|jstd|��n|j|j_|j|j_dS(Ns%Cannot exit %r without entering first(R�RuR�R�R:R�R(R�texc_info((s/usr/lib/python2.7/warnings.pyt__exit__ys N( RR@RAR�R
R�R�R�R�(((s/usr/lib/python2.7/warnings.pyRCs
(R:tdefault_actiont
once_registryRRR,R*R
R)R;(0RARRR3t__all__R
RRRRR6RRRt ExceptionR?RFRBRKRMRRtobjectR}RR�t_warnings_defaultst _warningsR:R�R�RrRtR�RYtwarnoptionst
ImportWarningtPendingDeprecationWarningtsilenceR tflagstdivision_warningR;Rtclst
bytes_warningtbytes_actiontBytesWarning(((s/usr/lib/python2.7/warnings.pyt<module>s`
)AE(