You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/stubtest_allowlists/py3_common.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,7 @@ tkinter.font.Font.__getitem__ # Argument name differs (doesn't matter for __dun
199
199
traceback.TracebackException.from_exception # explicitly expanding arguments going into TracebackException __init__
200
200
types.GetSetDescriptorType.__get__ # this function can accept no value for the type parameter.
201
201
types.MemberDescriptorType.__get__ # this function can accept no value for the type parameter.
202
+
types.ModuleType.__getattr__ # this doesn't exist at runtime
202
203
types.SimpleNamespace.__init__ # class doesn't accept positional arguments but has default C signature
203
204
typing.IO.__iter__ # Added because IO streams are iterable. See https://github.com/python/typeshed/commit/97bc450acd60c1bcdafef3ce8fbe3b95a9c0cac3
204
205
typing.IO.__next__ # Added because IO streams are iterable. See https://github.com/python/typeshed/commit/97bc450acd60c1bcdafef3ce8fbe3b95a9c0cac3
0 commit comments