update
This commit is contained in:
1
.CondaPkg/env/Lib/reprlib.py
vendored
1
.CondaPkg/env/Lib/reprlib.py
vendored
@@ -29,6 +29,7 @@ def recursive_repr(fillvalue='...'):
|
||||
wrapper.__name__ = getattr(user_function, '__name__')
|
||||
wrapper.__qualname__ = getattr(user_function, '__qualname__')
|
||||
wrapper.__annotations__ = getattr(user_function, '__annotations__', {})
|
||||
wrapper.__type_params__ = getattr(user_function, '__type_params__', ())
|
||||
return wrapper
|
||||
|
||||
return decorating_function
|
||||
|
||||
Reference in New Issue
Block a user