uawdijnntqw1x1x1
IP : 216.73.216.139
Hostname : altar28.supremepanel28.com
Kernel : Linux altar28.supremepanel28.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
..
/
lib64
/
sse2
/
..
/
python3.12
/
..
/
gems
/
..
/
python3.12
/
__pycache__
/
warnings.cpython-312.pyc
/
/
� T��h�U��8�dZddlZgd�Zd0d�Zd1d�Zd�Zd�ZeZd�ZeZ d �Z d ed ddfd�Zeddfd �Z d�Zd�ZGd�de�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd2dd�d�Z d3d�ZGd�d e�ZGd!�d"e�Zd#Zefej@d$�d%�Z!d&�Z" dd'l#m$Z$m%Z%m&Z&mZmZm'Z'e%Z(e&Z)d(Z*eejZ�e*sAe.ed+�s8ed)e/d,d�-�e d.e/d�/�e d.e0d�/�e d.e1d�/�e d.e2d�/�[*y#e+$rgZ$d)Z(iZ)da,d*�Z'dZ*Y�kwxYw)4z&Python part of the warnings subsystem.�N)�warn� warn_explicit�showwarning� formatwarning�filterwarnings�simplefilter� resetwarnings�catch_warningsc�:�t||||||�}t|�y)�7Hook to write a warning to a file; replace if you like.N)�WarningMessage�_showwarnmsg_impl)�message�category�filename�lineno�file�line�msgs �!/usr/lib64/python3.12/warnings.pyrr s�� ��(�H�f�d�D� I�C��c��c�8�t||||d|�}t|�S)�.Function to format a warning the standard way.N)r �_formatwarnmsg_impl)rrrrrrs rrrs!�� ��(�H�f�d�D� I�C��s�#�#rc��|j}|�tj}|�yt|�} |j |�y#t $rYywxYw�N)r�sys�stderr�_formatwarnmsg�write�OSError)rr�texts rrrsP���8�8�D��|��z�z���<� ��#��D� �� � �4���� �� �s�A� A�Ac�v�|jj}|j�d|j�d|�d|j�d�}|j �;|jdk7r, ddl}|j|j|j�}n|j }|r|j�}|d|zz }|j�� ddl} |j�}|j|j�}|�u|dz }|D]i}|d |j�d |j�d�z } �'|j|j|j�}nd}|s�R|j�}|d|zz }�k|S|r||�d�z }|S#t$rd}d}Y��wxYw#t$rd}d}Y��wxYw#t$rd}d}Y��wxYw#t$rd}Y�qwxYw) N�:z: � rrz %s Fz-Object allocated at (most recent call last): z File "z ", lineno z %s z<: Enable tracemalloc to get the object allocation traceback )r�__name__rrrr� linecache�getline� Exception�strip�source�tracemalloc� is_tracing�get_object_traceback) rr�sr'rr,�suggest_tracemalloc�tb�frames rrr#s����|�|�$�$�H��L�L�>��3�:�:�,�b�� �"�S�[�[�M�� D�A��x�x��C�L�L�E�1� ���$�$�S�\�\�3�:�:�>�D��x�x����z�z�|�� �X��_��� �z�z�� �� �*5�*@�*@�*B�&B�#� �5�5�c�j�j�A���>� �A�A�A����������7�8�� � �,�(�0�0�������N��#����:�:�<�D���d�*�*�A��" �H�!� �X�J�+�,� -�A��H��c� ��D��I� ��0� �',�#��� ��� �"'���B� ��2!� ��D� �sH�*E1�=F�,F�+F*�1 F�F� F�F� F'�&F'�*F8�7F8c�� t}|tur`t|�std��||j|j |j|j|j|j�yt|�y#t$rY�wxYw)rz:warnings.showwarning() must be set to a function or methodN)r�_showwarning_orig�callable� TypeErrorrrrrrr� NameErrorr)r�sws r�_showwarnmsgr9cs~�� � ���&�&��B�<��!5�6�6� �s�{�{�C�L�L�#�,�,�� � ��x�x���� #���c���� �� �s�A<�< B�Bc��� t}|tur>||j|j|j|j |j�St|�S#t$r Yt|�SwxYw)r) r�_formatwarning_origrrrrrr7r)r�fws rrrxso��:� ���(�(��c�k�k�3�<�<��l�l�C�J�J����:� :��s�#�#��� ���s�#�#� �s�A� A/�.A/�Fc��|dvs Jd|����t|t�sJd��t|t�sJd��t|t�sJd��t|t�sJd��t|t �r|dk\sJd��|s|rdd l}|rj||j�}nd }|rj|�}nd }t||||||� �y )a�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 ��error�ignore�always�default�module�once�invalid action: zmessage must be a stringzcategory must be a classz#category must be a Warning subclasszmodule must be a stringr�lineno must be an int >= 0N��append) � isinstance�str�type� issubclass�Warning�int�re�compile�I�_add_filter)�actionrrrDrrIrPs rrr�s������@�7=�?�@���g�s�#�?�%?�?�#��h��%�A�'A�A�%��h��(�O�*O�O�(��f�c�"�=�$=�=�"��f�c�"�v��{�(�'�(�2��&����*�*�W�b�d�d�+���� ����F�#��������6�6�&�Irc�z�|dvs Jd|����t|t�r|dk\sJd��t|d|d||��y)a�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?rFrrGNrH)rJrOrS)rTrrrIs rrr�sZ�����@�7=�?�@���f�c�"�v��{�(�'�(�2����h��f�V�Drc���|s7 tj|�tjd|�t�y|tvrtj|�t�y#t$rY�TwxYw)Nr)�filters�remove� ValueError�insertrI�_filters_mutated)rI�items rrSrS�s`��� ��N�N�4� � ���q�$�����w���N�N�4� ���� � �� �s�A"�" A.�-A.c�*�gtddt�y)zAClear the list of warning filters, so that no filters are active.N)rWr[�rrr r �s���G�A�J��rc��eZdZdZy)�_OptionErrorz,Exception used by option processing helpers.N)r&� __module__�__qualname__�__doc__r^rrr`r`�s��6�rr`c��|D]} t|��y#t$r&}td|tj��Yd}~�<d}~wwxYw)NzInvalid -W option ignored:)r)� _setoptionr`�printrr)�args�argrs r�_processoptionsri�sA���� F��s�O���� F��.��#�*�*�E�E�� F�s�� A�?�Ac�4�|jd�}t|�dkDrtd|����t|�dkr |jd�t|�dkr� |D�cgc]}|j ���c}\}}}}}t|�}t |�}|s|rddl}|rj|�}|rj|�dz}|r t|�}|dkrt�nd}t|||||�ycc}w#ttf$rtd|���d�wxYw)Nr$�ztoo many fields (max 5): r=rz\Zzinvalid lineno ) �split�lenr`rIr*� _getaction�_getcategoryrP�escaperOrY� OverflowErrorr) rh�partsr/rTrrrDrrPs rrere�s+���I�I�c�N�E� �5�z�A�~��C�A�B�B� �e�*�q�.� ���R���e�*�q�.�;@�1A�:?�Q�23����:?�1A�-�F�G�X�v�v� �� �F��H�%�H��&����)�)�G�$�� ����6�"�U�*�� � J���[�F���z� � �� ���6�7�H�f�f�=��'1A���M�*� J��f�>�?�T�I� J�s� C3� C8�8Dc�h�|sy|dk(rydD]}|j|�s�|cStd|����)NrC�allrB)rCrBrArDrEr@rF)� startswithr`)rT�as rrnrn�s=���� ���x� G���<�<����H�H��v�7� 8�8rc�<�|stSd|vrddl}|}n%|jd�\}}} t|dd|g�} t ||�}t|t�std|����|S#t$rtd|���d�wxYw#t$rtd|���d�wxYw)N�.rzinvalid module name: zunknown warning category: zinvalid warning category: ) rN�builtins� rpartition� __import__�ImportErrorr`�getattr�AttributeErrorrM)r�m�klassrD�_�cats rroro�s������ �(�����#�.�.�s�3����5� P��6�4���w�7�A�S��a�����c�7�#��X�G�H�H��J��� P��F�D�E�4�O� P���S��X�G�H�d�R�S�s�A&�B�&A?�Bc��d|vxrd|vS)N� importlib� _bootstrapr^)rs r�_is_internal_filenamer�s���(�"�?�|�x�'?�?rc�,��t�fd�|D��S)Nc3�@�K�|]}�j|����y�wr)ru)�.0�prefixrs �r� <genexpr>z'_is_filename_to_skip.<locals>.<genexpr>s�����L�9K�v�x�"�"�6�*�9K�s�)�any)r�skip_file_prefixess` r�_is_filename_to_skipr�s����L�9K�L�L�Lrc�@�t|jj�S)zFSignal whether the frame is an internal CPython implementation detail.)r��f_code�co_filename)r2s r�_is_internal_framer�s�� ����!9�!9�:�:rc��|j}|�jt|jjx}�st ||�r=|j}|�/t|jjx}�r�0t ||�r�=|S)zBFind the next frame that doesn't involve Python or user internals.)�f_backr�r�r�r�)r2r�rs r�_next_external_framer� sk���L�L�E� � �!�e�l�l�.F�.F�"F�(�G� ��+=�>������ �!�e�l�l�.F�.F�"F�(�G� ��+=�>��Lr�r^)r�c �&�t|t�r|j}|�t}t|t�rt|t�s-t djt |�j���t|t�st d��|rtd|�} |dksttjd��rtj|�}n<tjd�}t|dz �D]}t||�}|��t �|j"}|j$j&}|j(} d|vr|d} nd} |j-d i�}t/|||| | |||�y#t $rtj*}d}d} Y�PwxYw) z:Issue a warning, or maybe ignore it or raise an exception.Nz/category must be a Warning subclass, not '{:s}'z+skip_file_prefixes must be a tuple of strs.�r�rr&z<string>�__warningregistry__)rJrN� __class__�UserWarningrLrMr6�formatr&�tuple�maxr�r� _getframe�ranger�rY� f_globalsr�r��f_lineno�__dict__� setdefaultr)rr� stacklevelr+r�r2�x�globalsrrrD�registrys rrr+su���'�7�#��$�$�������x��&�:�h��+H��%�%+�V�D��N�,C�,C�%D�F� F��(�%�0��E�F�F����J�'� � ���?�0����q�1A�B��M�M�*�-�E��M�M�!�$�E��:�a�<�(��,�U�4F�G���=�$�$�)��/�/���<�<�+�+�������W����$�����!�!�"7��<�H��'�8�X�v�v�x��6�#�����,�,�������s�A-E0� E0�0F�Fc�|�t|�}|�!|xsd}|ddj�dk(r|dd}|�i}|jdd�tk7r|j �t|d<t|t�rt|�}|j}n |}||�}|||f} |j| �rytD]K} | \}}} }}|�|j|�s�t|| �s�,|�|j|�s�@|dk(s||k(s�Knt}|dk(ryddl }|j||�|dk(r|�|dk(r)d || <||f}tj|�ryd t|<nI|d k(rnC|dk(r"d || <||df}|j|�ryd ||<n|dk(rd || <nt!d |�d ����t#|||||��}t%|�y)Nz <unknown>���z.py�versionrrAr@rEr�rBrDrCzUnrecognized action (z) in warnings.filters: )r+)rO�lower�get�_filters_version�clearrJrNrKr�rW�matchrM� defaultactionr'�getlines�onceregistry�RuntimeErrorr r9)rrrrrDr��module_globalsr+r"�keyr\rTrr��mod�lnr'�oncekey�altkeys rrrYs�����[�F� �~��(�[���"�#�;����%�'��C�R�[�F������|�|�I�q�!�%5�5�����.�����'�7�#��7�|���$�$�����7�#����6� "�C��|�|�C�����$(�!���S�#�r� �[�C�I�I�d�O��x��%� �[�C�I�I�f�-� �1�W��"��� ��� ����� ���x��0� ���� � ������ ���"�����G�$�� !��W�� �8� �� �8� ���� ���!�$���<�<�������� �9� ���� ���t��� ���(�H�f�V� L�C���rc�"�eZdZdZ dd�Zd�Zy)r )rrrrrrr+Nc��||_||_||_||_||_||_||_|r|j|_yd|_yr) rrrrrrr+r&�_category_name)�selfrrrrrrr+s r�__init__zWarningMessage.__init__�sJ����� �� � �� ������ ��� ����3;�h�/�/�����rc��d|j�d|j�d|j�d|j�d|j�d�S)Nz{message : z , category : z , filename : z, lineno : z , line : �})rr�rrr)r�s r�__str__zWarningMessage.__str__�s0��$(�L�L�$�2E�2E�$(�M�M�4�;�;�� � �K� Lr)NNN)r&rarb�_WARNING_DETAILSr�r�r^rrr r �s ��*��BF�#'� F�Lrr c�8�eZdZdZdddeddd�d�Zd�Zd�Zd �Zy) r a9A 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. If the 'action' argument is not None, the remaining arguments are passed to warnings.simplefilter() as if it were called immediately on entering the context. FNr)�recordrDrTrrrIc��||_|�tjdn||_d|_|�d|_y||||f|_y)z�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. N�warningsF)�_recordr�modules�_module�_entered�_filter)r�r�rDrTrrrIs rr�zcatch_warnings.__init__�sD�����28�.�s�{�{�:�.�f����� ��>��D�L�"�H�f�f�=�D�Lrc��g}|jr|jd�|jtjdur|jd|jz�t|�j}|�ddj|��d�S)Nzrecord=Truer�z module=%r�(z, �))r�rIr�rr�rLr&�join)r�rg�names r�__repr__zcatch_warnings.__repr__�sf�����<�<��K�K� �&��<�<�s�{�{�:�6�6��K�K��d�l�l�2�3��D�z�"�"������4��1�1rc�4�|jrtd|z��d|_|jj|_|jdd|j_|jj�|jj|_|jj|_|j�t|j�|jrDg}|j|j_|jj|j_|Sy)NzCannot enter %r twiceT)r�r�r�rW�_filtersr[r�_showwarningrr�rr�rIr4)r��logs r� __enter__zcatch_warnings.__enter__�s����=�=��6��=�>�>��� ����,�,�� �#�}�}�Q�/��������%�%�'� �L�L�4�4���!%���!?�!?����<�<�#��$�,�,�'��<�<��C�-0�Z�Z�D�L�L�*�(,�|�|�'E�'E�D�L�L�$��J�rc��|jstd|z��|j|j_|jj�|j|j_|j|j_y)Nz%Cannot exit %r without entering first) r�r�r�r�rWr[r�rr)r��exc_infos r�__exit__zcatch_warnings.__exit__�s^���}�}��F��M�N�N�#�}�}��������%�%�'�#'�#4�#4���� �)-�)?�)?����&r) r&rarbrcrNr�r�r�r�r^rrr r �s,���$"'�t��w�q��>�"2��*@rr z@{name!r} is deprecated and slated for removal in Python {remove})�_versionc��|d�d|d��}|dd|kDs|dd|k(r|ddk7r|�d|�d �}t|��|j||� �}t|td��y)a;Warn that *name* is deprecated or should be removed. RuntimeError is raised if *remove* specifies a major/minor tuple older than the current Python version or the same version but past the alpha. The *message* argument is formatted with *name* and *remove* as a Python version (e.g. "3.11"). rrxr�Nr���alphaz% was slated for removal after Python z alpha)r�rX)r�)r�r�r�DeprecationWarning)r�rrXr��remove_formattedrs r�_deprecatedr�s���!��)��A�f�Q�i�[�1����!��v��8�B�Q�<�6�#9�h�q�k�W�>T���=�>N�=O�v�V���3����n�n�$�/?�n�@���S�$��3rc�*���d�j�d�g}�j�Addl�ddl}��fd�}|j d�||jt |���z }dj|�jd�}t|td�� �y) Nzcoroutine 'z' was never awaited rc3�~�K�t�j�D] \}}}�j||�}||||f���"y�wr)�reversed� cr_originr()rr�funcnamer�coror's ��r�extractz*_warn_unawaited_coroutine.<locals>.extractsC�����.6�t�~�~�.F�*��&�(� �(�(��6�:�����4�8�8�/G�s�:=z-Coroutine created at (most recent call last) r=r%r�)rr�r+)rbr�r'� tracebackrI�format_list�listr��rstripr�RuntimeWarning)r�� msg_linesr�r�rr's` @r�_warn_unawaited_coroutiner�s���� �d�'�'�(�(=�>��I��~�~�!�#� 9� ���I�J��Y�*�*�4�� �?�;�;� � �'�'�)� � #� #�D� )�C� ��~�!�D�Ar)rW�_defaultaction� _onceregistryrrr[TrCc��tdz ay)Nr�)r�r^rrr[r[Cs ���A��r�gettotalrefcount�__main__)rrDrIrA)rrI)NNr)Nr�N)NNNN)3rcr�__all__rrrrr4r9r;rrNrrrSr r)r`rirernror�r�r�r�rr�objectr r �_DEPRECATED_MSG�version_infor�r�� _warningsrWr�r�r[r�r��_warnings_defaultsr|r��warnoptions�hasattrr��PendingDeprecationWarning� ImportWarning�ResourceWarningr^rr�<module>rs���,� �.��� $� �; �| ���&$��$�$&���1��!J�F#*�!�E�E� �� �9� � F�>�89��*@�M�;� �,#�!�,#�^>B��D�NL�V�L�,I@�V�I@�XU��-�4�3�CS�CS�4�(B�<�B�B�"�M� �L��� ���� ���3�*�+��y�+=�(�� 4��X�(:�1�E��X�(A�!�L��X� �a�@��X���B���5���G��M��L�������s�D�D�D
/home/./../lib64/sse2/../python3.12/../gems/../python3.12/__pycache__/warnings.cpython-312.pyc