Skip to content

Commit 38433c1

Browse files
committed
refactor (Core): fix docstring
1 parent 97941d7 commit 38433c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/DIRAC/Core/Tornado/Server/private/BaseRequestHandler.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
"""DIRAC server has various passive components listening to incoming client requests and reacting accordingly by serving requested information, such as **services** or **APIs**. This module is basic for each of these components and describes the basic concept of access to them.
2-
3-
Two classes are described here:
4-
5-
- :py:class:`~BaseRequestHandler`, as the main class to follow, which describes the algorithm for processing incoming requests.
6-
- :py:class:`~TornadoResponse` helper class to run deferred tornado operations in the main thread
72
"""
83
from __future__ import absolute_import
94
from __future__ import division

0 commit comments

Comments
 (0)