D | functools.py | 20 updated = WRAPPER_UPDATES): argument 23 wrapper is the function to be updated 28 updated is a tuple naming the attributes of the wrapper that 29 are updated with the corresponding attribute from the wrapped 34 for attr in updated: 41 updated = WRAPPER_UPDATES): argument 51 assigned=assigned, updated=updated)
|