Searched defs:functools (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dlocale.py19 import functools namespace
110 @functools.wraps(_localeconv)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dlocale.py19 import functools namespace
110 @functools.wraps(_localeconv)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_functools.py1 import functools namespace
30 thetype = functools.partial
171 class PartialSubclass(functools.partial):
189 assigned=functools.WRAPPER_ASSIGNMENTS,
190 updated=functools.WRAPPER_UPDATES):
208 functools.update_wrapper(wrapper, f)
230 functools.update_wrapper(wrapper, f, (), ())
246 functools.update_wrapper(wrapper, f, assign, update)
258 functools.update_wrapper(wrapper, max)
269 @functools
[all...]
H A Dtest_bytes.py12 import functools namespace
23 @functools.wraps(func)
H A Dtest_ssl.py17 import functools namespace
64 @functools.wraps(func)
H A Dtest_support.py8 import functools namespace
1282 @functools.wraps(func)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_functools.py1 import functools namespace
30 thetype = functools.partial
171 class PartialSubclass(functools.partial):
189 assigned=functools.WRAPPER_ASSIGNMENTS,
190 updated=functools.WRAPPER_UPDATES):
208 functools.update_wrapper(wrapper, f)
230 functools.update_wrapper(wrapper, f, (), ())
246 functools.update_wrapper(wrapper, f, assign, update)
258 functools.update_wrapper(wrapper, max)
269 @functools
[all...]
H A Dtest_bytes.py12 import functools namespace
23 @functools.wraps(func)
H A Dtest_ssl.py17 import functools namespace
64 @functools.wraps(func)
H A Dtest_support.py8 import functools namespace
1282 @functools.wraps(func)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py5 import functools namespace
60 @functools.wraps(test_item)
88 @functools.wraps(func)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py5 import functools namespace
60 @functools.wraps(test_item)
88 @functools.wraps(func)
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 1956 milliseconds