mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-99433: Fix doctest
failure on types.MethodWrapperType
(#99434)
This commit is contained in:
parent
894f2c3c16
commit
79c10b7da8
3 changed files with 6 additions and 1 deletions
|
@ -48,3 +48,6 @@ class MethodWrapper:
|
|||
>>> MethodWrapper.method_with_doctest.__name__
|
||||
'method_with_doctest'
|
||||
"""
|
||||
|
||||
# https://github.com/python/cpython/issues/99433
|
||||
str_wrapper = object().__str__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue