Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_functools.py28 py_functools = import_helper.import_fresh_module('functools', variable
205 if self.partial in (c_functools.partial, py_functools.partial):
227 if self.partial in (c_functools.partial, py_functools.partial):
441 partial = py_functools.partial
445 self._cm = replaced_module("functools", py_functools)
455 class PyPartialSubclass(py_functools.partial):
861 reduce = staticmethod(py_functools.reduce)
961 cmp_to_key = staticmethod(py_functools.cmp_to_key)
1575 if self.module is py_functools:
1762 @py_functools.lru_cache()
[all …]