Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/cherrypy/tutorial/__pycache__/tut04_complex_site.cpython-39.pyc
Ðазад
a v�h� � @ s� d Z ddlZddlZG dd� d�ZG dd� d�ZG dd� d�ZG d d � d �Ze� Ze� e_ e� e_ ej�ej� e�d�Zedkr�ejeed � dS )z� Tutorial - Multiple objects This tutorial shows you how to create a site structure through multiple possibly nested request handler objects. � Nc @ s e Zd Zejdd� �ZdS )�HomePagec C s dS )Na <p>Hi, this is the home page! Check out the other fun stuff on this site:</p> <ul> <li><a href="/joke/">A silly joke</a></li> <li><a href="/links/">Useful links</a></li> </ul>� ��selfr r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/cherrypy/tutorial/tut04_complex_site.py�index s zHomePage.indexN��__name__� __module__�__qualname__�cherrypy�exposer r r r r r s r c @ s e Zd Zejdd� �ZdS )�JokePagec C s dS )Nz� <p>"In Python, how do you create a string of random characters?" -- "Read a Perl file!"</p> <p>[<a href="../">Return</a>]</p>r r r r r r s zJokePage.indexNr r r r r r s r c @ s"