8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371e9f commit b89bb2dCopy full SHA for b89bb2d
src/mkdocstrings/handlers/base.py
@@ -1,11 +1,6 @@
1
"""Base module for handlers.
2
3
This module contains the base classes for implementing handlers.
4
-
5
-It also provides two methods:
6
7
-- `get_handler`, that will cache handlers into the `HANDLERS_CACHE` dictionary.
8
-- `teardown`, that will teardown all the cached handlers, and then clear the cache.
9
"""
10
11
from __future__ import annotations
0 commit comments