We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0e2d4 commit 4aae24fCopy full SHA for 4aae24f
tests/stubtest_allowlists/py3_common.txt
@@ -606,6 +606,7 @@ wsgiref.handlers.BaseHandler.status
606
# Iterable classes that don't define __iter__ at runtime (usually iterable via __getitem__)
607
# These would ideally be special-cased by type checkers; see https://github.com/python/mypy/issues/2220
608
ctypes.Array.__iter__
609
+docutils.nodes.Element.__iter__
610
mmap.mmap.__iter__
611
mmap.mmap.__contains__
612
xml.etree.ElementTree.Element.__iter__
0 commit comments