✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/cloudlinux/venv/lib/python3.11/site-packages/astroid/__pycache__//context.cpython-311.pyc
�

�|oij���UdZddlmZddlZddlZddlmZmZmZm	Z	m
Z
erddlmZm
Z
ddlmZmZee
deeeeeefe	dfZiZded	<dd�ZGd
�d��ZGd�d��Zdd�Zdd�ZdS)zIVarious context related utilities, including inference and call contexts.�)�annotationsN)�
TYPE_CHECKING�Dict�Optional�Sequence�Tuple)�
constraint�nodes)�Keyword�NodeNGr�_InferenceCache�_INFERENCE_CACHE�return�Nonec�8�t���dS�N)r�clear���a/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/astroid/context.py�_invalidate_cachers���������rc��eZdZdZdZdZ		ddd�Zedd
���Zej	dd
���Zedd���Z
dd�Zdd�Ze
jd���Zdd�ZdS)�InferenceContextz�Provide context for inference.

    Store already inferred nodes to save time
    Account for already visited nodes to stop infinite recursion
    )�path�
lookupname�callcontext�	boundnode�
extra_context�constraints�_nodes_inferred�dN�nodes_inferred�list[int] | Nonec��|�	dg|_n||_|p
t��|_	d|_	d|_	d|_	i|_	i|_dS�Nr)r �setrrrrrr)�selfrr"s   r�__init__zInferenceContext.__init__/s{��
�!�$%�3�D� � �#1�D� ��M�C�E�E��	�	�'+���	�04���D����	� ���	�SU���'�'rr�intc��|jdS)z�
        Number of nodes inferred in this context and all its clones/descendents.

        Wrap inner value in a mutable cell to allow for mutating a class
        variable in the presence of __slots__
        r�r �r's rr"zInferenceContext.nodes_inferred]s���#�A�&�&r�valuerc��||jd<dSr%r+)r'r-s  rr"zInferenceContext.nodes_inferredgs��"'���Q���rr
c��tS)z�
        Inferred node contexts to their mapped results.

        Currently the key is ``(node, lookupname, callcontext, boundnode)``
        and the value is tuple of the inferred results
        )rr,s r�inferredzInferenceContext.inferredks
�� �r�boolc�f�|j}||f|jvrdS|j�||f��dS)z�Push node into inference path.

        :return: Whether node is already in context path.

        Allows one to see if the given node has already
        been looked at for this inference context
        TF)rr�add)r'�node�names   r�pushzInferenceContext.pushus>������$�<�4�9�$�$��4��	�
�
�t�T�l�#�#�#��urc���t|j���|j���}|j|_|j|_|j|_|j���|_|S)z�Clone inference path.

        For example, each side of a binary operation (BinOp)
        starts with the same context but diverge as each side is inferred
        so the InferenceContext will need be cloned
        )r")rr�copyr rrrr)r'�clones  rr9zInferenceContext.clone�s`��!�����!1�!1�$�BV�W�W�W�� �,����.���"�0��� �,�1�1�3�3����rc#�HK�t|j��}dV�||_dSr)r&r)r'rs  r�restore_pathzInferenceContext.restore_path�s'�����4�9�~�~��
������	�	�	r�strc����fd��jD��}d�t���jd�|����S)Nc
3��K�|]=}|�dtjt�|��dt|��z
�����V��>dS)�=�P)�widthN)�pprint�pformat�getattr�len)�.0�fieldr's  �r�	<genexpr>z+InferenceContext.__str__.<locals>.<genexpr>�sh�����
�
���T�T�v�~�g�d�E�&:�&:�"�s�5�z�z�/�R�R�R�T�T�
�
�
�
�
�
rz{}({})z,
    )�	__slots__�format�type�__name__�join)r'�states` r�__str__zInferenceContext.__str__�sX���
�
�
�
���
�
�
�����t�D�z�z�2�I�N�N�5�4I�4I�J�J�Jr�NN)r"r#)rr))r-r)rr)rr
)rr1)rr)rr<)rL�
__module__�__qualname__�__doc__rI�max_inferredr(�propertyr"�setterr0r6r9�
contextlib�contextmanagerr;rOrrrrrs���������I��L��+/�,(�,(�,(�,(�,(�\�'�'�'��X�'���(�(�(���(�� � � ��X� �
�
�
�
�
�
�
�
��������
K�K�K�K�K�Krrc�$�eZdZdZdZ		ddd
�ZdS)
�CallContextz"Holds information for a call site.��args�keywords�calleeNr\�list[NodeNG]r]�list[Keyword] | Noner^�
NodeNG | Nonec�R�||_|r
d�|D��}ng}||_||_dS)Nc�*�g|]}|j|jf��Sr)�argr-)rFrds  r�
<listcomp>z(CallContext.__init__.<locals>.<listcomp>�s!��H�H�H������3�H�H�Hrr[)r'r\r]r^�arg_value_pairss     rr(zCallContext.__init__�s?����	��	!�H�H�x�H�H�H�O�O� �O�'��
�����rrP)r\r_r]r`r^ra)rLrQrRrSrIr(rrrrZrZ�s@������,�,�.�I�
*.� $�	������rrZ�context�InferenceContext | Nonec�J�|�|���St��S)z4Clone a context if given, or return a fresh context.)r9r)rgs r�copy_contextrj�s"�����}�}�������rc�2�t|��}||_|S)a{Give a context a boundnode
    to retrieve the correct function name or attribute value
    with from further inference.

    Do not use an existing context since the boundnode could then
    be incorrectly propagated higher up in the call stack.

    :param node: Node to do name lookups from
    :type node NodeNG:

    :returns: A new context
    :rtype: InferenceContext
    )rjr)rgr4s  r�bind_context_to_noderl�s���7�#�#�G��G���Nr)rr)rgrhrr)rS�
__future__rrWrB�typingrrrrr�astroidr	r
�astroid.nodes.node_classesrrr<r
r�__annotations__rrrZrjrlrrr�<module>rrs���
P�O�O�"�"�"�"�"�"�����
�
�
�
�A�A�A�A�A�A�A�A�A�A�A�A�A�A��;�)�)�)�)�)�)�)�)�:�:�:�:�:�:�:�:��	�(�H�S�M�8�C�=�(�3�-�
?�@�(�8�BT�T���%'��&�&�&�&�����BK�BK�BK�BK�BK�BK�BK�BK�J��������(���������r


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
11 Feb 2026 6.01 AM
root / root
0755
__init__.cpython-311.pyc
6.777 KB
20 Jan 2026 1.01 PM
root / root
0644
__pkginfo__.cpython-311.pyc
0.245 KB
20 Jan 2026 1.01 PM
root / root
0644
_ast.cpython-311.pyc
5.535 KB
20 Jan 2026 1.01 PM
root / root
0644
_backport_stdlib_names.cpython-311.pyc
4.015 KB
20 Jan 2026 1.01 PM
root / root
0644
_cache.cpython-311.pyc
1.469 KB
20 Jan 2026 1.01 PM
root / root
0644
arguments.cpython-311.pyc
13.491 KB
20 Jan 2026 1.01 PM
root / root
0644
astroid_manager.cpython-311.pyc
0.602 KB
20 Jan 2026 1.01 PM
root / root
0644
bases.cpython-311.pyc
35.237 KB
20 Jan 2026 1.01 PM
root / root
0644
builder.cpython-311.pyc
23.149 KB
20 Jan 2026 1.01 PM
root / root
0644
const.cpython-311.pyc
1.518 KB
20 Jan 2026 1.01 PM
root / root
0644
constraint.cpython-311.pyc
6.866 KB
20 Jan 2026 1.01 PM
root / root
0644
context.cpython-311.pyc
7.675 KB
20 Jan 2026 1.01 PM
root / root
0644
decorators.cpython-311.pyc
11.925 KB
20 Jan 2026 1.01 PM
root / root
0644
exceptions.cpython-311.pyc
19.979 KB
20 Jan 2026 1.01 PM
root / root
0644
filter_statements.cpython-311.pyc
7.304 KB
20 Jan 2026 1.01 PM
root / root
0644
helpers.cpython-311.pyc
14.671 KB
20 Jan 2026 1.01 PM
root / root
0644
inference.cpython-311.pyc
53.187 KB
20 Jan 2026 1.01 PM
root / root
0644
inference_tip.cpython-311.pyc
3.496 KB
20 Jan 2026 1.01 PM
root / root
0644
manager.cpython-311.pyc
21.736 KB
20 Jan 2026 1.01 PM
root / root
0644
mixins.cpython-311.pyc
1.098 KB
20 Jan 2026 1.01 PM
root / root
0644
modutils.cpython-311.pyc
29.742 KB
20 Jan 2026 1.01 PM
root / root
0644
node_classes.cpython-311.pyc
2.927 KB
20 Jan 2026 1.01 PM
root / root
0644
objects.cpython-311.pyc
16.838 KB
20 Jan 2026 1.01 PM
root / root
0644
protocols.cpython-311.pyc
37.7 KB
20 Jan 2026 1.01 PM
root / root
0644
raw_building.cpython-311.pyc
27.537 KB
20 Jan 2026 1.01 PM
root / root
0644
rebuilder.cpython-311.pyc
102.574 KB
20 Jan 2026 1.01 PM
root / root
0644
scoped_nodes.cpython-311.pyc
0.999 KB
20 Jan 2026 1.01 PM
root / root
0644
test_utils.cpython-311.pyc
4.798 KB
20 Jan 2026 1.01 PM
root / root
0644
transforms.cpython-311.pyc
4.903 KB
20 Jan 2026 1.01 PM
root / root
0644
typing.cpython-311.pyc
2.743 KB
20 Jan 2026 1.01 PM
root / root
0644
util.cpython-311.pyc
8.917 KB
20 Jan 2026 1.01 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF