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 ea3e939 commit 43bd5ffCopy full SHA for 43bd5ff
doc-source/api/flake8-helper.rst
@@ -6,3 +6,4 @@
6
7
.. automodule:: flake8_helper
8
:member-order: bysource
9
+ :private-members:
flake8_helper/__init__.py
@@ -40,6 +40,8 @@
40
__email__: str = "dominic@davis-foster.co.uk"
41
42
_P = TypeVar("_P", bound="Plugin")
43
+
44
+#: TypeVar for :class:`~.Visitor` and subclasses.
45
_V = TypeVar("_V", bound="Visitor")
46
47
0 commit comments