当前位置: 首页 > 工具软件 > Python Six > 使用案例 >

Python six.wraps

李耀
2023-12-01
@ six. wraps ( wrappedassigned=functools.WRAPPER_ASSIGNMENTSupdated=functools.WRAPPER_UPDATES )

This is exactly the functools.wraps() decorator, but it sets the __wrapped__ attribute on what it decorates as functools.wraps() does on Python versions after 3.2.

 类似资料:

相关阅读

相关文章

相关问答