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 efd955f commit 2f53e35Copy full SHA for 2f53e35
maxminddb/extension.pyi
@@ -8,6 +8,7 @@ from typing_extensions import Self
8
9
from maxminddb.types import Record
10
11
+
12
class Reader:
13
"""A C extension implementation of a reader for the MaxMind DB format.
14
@@ -59,7 +60,7 @@ class Reader:
59
60
def __enter__(self) -> Self: ...
61
def __exit__(self, *args) -> None: ... # noqa: ANN002
62
-# pylint: disable=too-few-public-methods
63
64
class Metadata:
65
"""Metadata for the MaxMind DB reader."""
66
0 commit comments