Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/data/messages/c/c-extension-no-member/details.rst
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
``c-extension-no-member`` is an informational variant of ``no-member`` to encourage
allowing introspection of C extensions as described in the
`page <https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-member.html>`_
for ``no-member``.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When naming type vars, only use a ``_co`` suffix when indicating covariance or ``_contra`` when indicating contravariance.