Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_functools.py1586 for f in cls.cached_func[0], cls.cached_meth, cls.cached_staticmeth:
1597 funcs = (cls.cached_func[0], cls.cached_meth, cls.cached_staticmeth,
1609 funcs = (cls.cached_func[0], cls.cached_meth, cls.cached_staticmeth,
1636 def cached_staticmeth(x, y): member in TestLRUPy
1650 def cached_staticmeth(x, y): member in TestLRUC