Home
last modified time | relevance | path

Searched refs:WRAPPER_ASSIGNMENTS (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/
Dfunctools.py15 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__doc__') variable
19 assigned = WRAPPER_ASSIGNMENTS,
40 assigned = WRAPPER_ASSIGNMENTS,
/external/python/cpython3/Lib/
Dfunctools.py34 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__qualname__', '__doc__', variable
39 assigned = WRAPPER_ASSIGNMENTS,
68 assigned = WRAPPER_ASSIGNMENTS,
/external/python/cpython3/Doc/library/
Dfunctools.rst397 .. function:: update_wrapper(wrapper, wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATE…
404 module level constants ``WRAPPER_ASSIGNMENTS`` (which assigns to the wrapper
441 .. decorator:: wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)
/external/python/cpython3/Lib/test/
Dtest_reprlib.py398 from functools import WRAPPER_ASSIGNMENTS as assigned
Dtest_functools.py577 assigned=functools.WRAPPER_ASSIGNMENTS,
1431 for attr in self.module.WRAPPER_ASSIGNMENTS:
/external/python/cpython2/Doc/library/
Dfunctools.rst115 module level constants *WRAPPER_ASSIGNMENTS* (which assigns to the wrapper
/external/scapy/scapy/modules/
Dsix.py812 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS,
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py789 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS,
/external/python/setuptools/setuptools/_vendor/
Dsix.py789 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS,
/external/python/six/
Dsix.py808 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS,
/external/python/cpython2/Lib/test/
Dtest_functools.py318 assigned=functools.WRAPPER_ASSIGNMENTS,
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py334 for attr in functools.WRAPPER_ASSIGNMENTS:
/external/python/six/documentation/
Dindex.rst255 .. decorator:: wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, updated=functools.WRAPPER_UPD…