| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/click/__pycache__/ |
Upload File : |
�
�jb� � �, � d dl Zd dlmZ ej r
d dlZddlmZ e� � Z ej
ddd
�� � Zej
ddedej
d fd�� � Zddedej
d fd
�Zdd�Zdd�Zddej
e dej
e fd�ZdS )� N)�local� )�ContextF�silent�te.Literal[False]�returnr c � � d S �N� �r s �//usr/lib/python3/dist-packages/click/globals.py�get_current_contextr � � ��C� .c � � d S r
r r s r
r r r r c � � t j dt j d � � S # t t
f$ r}| st
d� � |�Y d}~nd}~ww xY wdS )a� Returns the current click context. This can be used as a way to
access the current context object from anywhere. This is a more implicit
alternative to the :func:`pass_context` decorator. This function is
primarily useful for helpers such as :func:`echo` which might be
interested in changing its behavior based on the current context.
To push the current context, :meth:`Context.scope` can be used.
.. versionadded:: 5.0
:param silent: if set to `True` the return value is `None` if no context
is available. The default behavior is to raise a
:exc:`RuntimeError`.
r ���z!There is no active click context.N)�t�cast�_local�stack�AttributeError�
IndexError�RuntimeError)r �es r
r r s� � �K��v�i���b�!1�2�2�2���J�'� K� K� K�� K��B�C�C��J� K� K� K� K� K�����K���� �4s �$'