HEX
Server: LiteSpeed
System: Linux pl-rocket-da1.hostsila.org 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: etorby24eu (1588)
PHP: 8.3.23
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/lib/python2.7/site-packages/flask/globals.pyc
�
n�Dac@s�dZddlmZddlmZddlmZdZdZd�Zd�Z	d	�Z
e�Ze�Zee
�Z
eeed
��Zeeed��Zeee	d��Zd
S(s�
    flask.globals
    ~~~~~~~~~~~~~

    Defines all the global objects that are proxies to the current
    active context.

    :copyright: 2010 Pallets
    :license: BSD-3-Clause
i����(tpartial(t
LocalProxy(t
LocalStacks�Working outside of request context.

This typically means that you attempted to use functionality that needed
an active HTTP request.  Consult the documentation on testing for
information about how to avoid this problem.s!Working outside of application context.

This typically means that you attempted to use functionality that needed
to interface with the current application object in some way. To solve
this, set up an application context with app.app_context().  See the
documentation for more information.cCs1tj}|dkr$tt��nt||�S(N(t_request_ctx_stackttoptNonetRuntimeErrort_request_ctx_err_msgtgetattr(tnameR((s,/tmp/pip-build-W6Gm0N/Flask/flask/globals.pyt_lookup_req_object#s	cCs1tj}|dkr$tt��nt||�S(N(t_app_ctx_stackRRRt_app_ctx_err_msgR(R	R((s,/tmp/pip-build-W6Gm0N/Flask/flask/globals.pyt_lookup_app_object*s	cCs+tj}|dkr$tt��n|jS(N(RRRRRtapp(R((s,/tmp/pip-build-W6Gm0N/Flask/flask/globals.pyt	_find_app1s	trequesttsessiontgN(t__doc__t	functoolsRtwerkzeug.localRRRRR
R
RRRtcurrent_appRRR(((s,/tmp/pip-build-W6Gm0N/Flask/flask/globals.pyt<module>s