Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
click /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-312.pyc
2.6
KB
-rw-r--r--
2024-07-10 10:57
_compat.cpython-312.pyc
26.77
KB
-rw-r--r--
2024-07-10 10:57
_termui_impl.cpython-312.pyc
29.83
KB
-rw-r--r--
2024-07-10 10:57
_textwrap.cpython-312.pyc
2.35
KB
-rw-r--r--
2024-07-10 10:57
_winconsole.cpython-312.pyc
11.67
KB
-rw-r--r--
2024-07-10 10:57
core.cpython-312.pyc
132.55
KB
-rw-r--r--
2024-07-10 10:57
decorators.cpython-312.pyc
23.38
KB
-rw-r--r--
2024-07-10 10:57
exceptions.cpython-312.pyc
14.35
KB
-rw-r--r--
2024-07-10 10:57
formatting.cpython-312.pyc
13.76
KB
-rw-r--r--
2024-07-10 10:57
globals.cpython-312.pyc
3.01
KB
-rw-r--r--
2024-07-10 10:57
parser.cpython-312.pyc
20.97
KB
-rw-r--r--
2024-07-10 10:57
shell_completion.cpython-312.pyc
22.14
KB
-rw-r--r--
2024-07-10 10:57
termui.cpython-312.pyc
31.99
KB
-rw-r--r--
2024-07-10 10:57
testing.cpython-312.pyc
23.97
KB
-rw-r--r--
2024-07-10 10:57
types.cpython-312.pyc
48.23
KB
-rw-r--r--
2024-07-10 10:57
utils.cpython-312.pyc
25.65
KB
-rw-r--r--
2024-07-10 10:57
Save
Rename
� D�d� � �F � d dl Zd dlmZ ej r d dlZddlmZ e� Z ej ddd�� Zej ddedej d fd �� Zddedej d fd �Zdd�Zdd�Zdd ej e dej e fd�Zy)� N)�local� )�Context�silent�returnr c � � y �N� �r s �//usr/lib/python3/dist-packages/click/globals.py�get_current_contextr � � �� c � � y r r r s r r r r r c � � t j dt j d � S # t t f$ r}| st d� |�Y d}~yd}~ww xY w)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 sT � �K��v�v�i����b�!1�2�2���J�'� K���B�C��J� � �� K�s �&) �A�A�Ac �b � t j j dg � j | � y)z*Pushes a new context to the current stack.r N)r �__dict__� setdefault�append)�ctxs r �push_contextr - s! � � �O�O���w��+�2�2�3�7r c �@ � t j j � y)z%Removes the top level from the stack.N)r r �popr r r �pop_contextr# 2 s � � �L�L���r �colorc �@ � | �| S t d�� }|�|j S y)z�Internal helper to get the default value of the color flag. If a value is passed it's returned unchanged, otherwise it's looked up from the current context. NTr )r r$ )r$ r s r �resolve_color_defaultr&