Home
last modified time | relevance | path

Searched defs:WRAPPER_ASSIGNMENTS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dfunctools.py15 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__doc__') variable
/external/python/cpython3/Lib/
Dfunctools.py34 WRAPPER_ASSIGNMENTS = ('__module__', '__name__', '__qualname__', '__doc__', variable