| 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 : /lib/python3/dist-packages/tornado/__pycache__/ |
Upload File : |
�
��b5 � � � d Z ddlZddlZedk r6ej d ej � t � � k rej d= ddlZddlZddlZddlZddl Z ddl
Z
ddlZddlZddl
mZ ddlmZ ddl
mZ ddlmZ ddlZn
# e$ r dZY nw xY wddlZddlmZmZ ej r
dd lmZmZmZ ej d
k Z e� � Z g Z!da" ej# � � Z$da%da&da'dd
e(ddfd�Z)dd�Z*de+ddfd�Z,deg df ddfd�Z-dee+e.f ddfd�Z/dee+e.f de+ddfd�Z0dd�Z1dZ2dd�Z3edk r e3� � dS dS )a7 Automatically 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.
� N�__main__)�ioloop)�gen_log)�process)�exec_in)�Callable�Dict)�List�Optional�Union�win32F�� �
check_time�returnc �N � t j � � � }|t v rdS dt |<