Skip to content

Commit b89bb2d

Browse files
committed
docs: Remove old contents
1 parent 9371e9f commit b89bb2d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/mkdocstrings/handlers/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
"""Base module for handlers.
22
33
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.
94
"""
105

116
from __future__ import annotations

0 commit comments

Comments
 (0)