golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/cherrypy/process
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
547 B
Del
OK
__pycache__
-
Del
OK
plugins.py
26.19 KB
Del
OK
servers.py
13.13 KB
Del
OK
win32.py
5.65 KB
Del
OK
wspbus.py
20.96 KB
Del
OK
Edit: __init__.py
"""Site container for an HTTP server. A Web Site Process Bus object is used to connect applications, servers, and frameworks with site-wide services such as daemonization, process reload, signal handling, drop privileges, PID file management, logging for all of these, and many more. The 'plugins' module defines a few abstract and concrete services for use with the bus. Some use tool-specific channels; see the documentation for each class. """ from .wspbus import bus from . import plugins, servers __all__ = ('bus', 'plugins', 'servers')
Save