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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ distutils.command.bdist_packager # It exists in docs as package name but not in
83
83
distutils.version.Version._cmp # class should have declared this
84
84
distutils.version.Version.parse # class should have declared this
85
85
email.headerregistry.BaseHeader.max_count # docs say subclasses should have this property
86
+
enum.Enum.name # A special property that exists at runtime, but stubtest can't detect https://github.com/python/typeshed/pull/6576#issuecomment-992538677
87
+
enum.Enum.value # A special property that exists at runtime, but stubtest can't detect https://github.com/python/typeshed/pull/6576#issuecomment-992538677
86
88
http.HTTPStatus.description # set in __new__
87
89
http.HTTPStatus.phrase # set in __new__
88
90
http.client.HTTPConnection.response_class # the actual type at runtime is abc.ABCMeta
0 commit comments