/opt/imh-python/lib/python3.9/site-packages/cherrypy/process
NameSizeModeActions
__pycache__/-0755rm
plugins.py268170644editdlrm
servers.py134420644editdlrm
win32.py57870644editdlrm
wspbus.py214600644editdlrm
__init__.py5470644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/cherrypy/process/__init__.py (547B)
"""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')