Home
last modified time | relevance | path

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

/external/python/cachetools/tests/
Dtest_func.py104 DECORATOR = staticmethod(cachetools.func.fifo_cache) variable in FIFODecoratorTest
109 DECORATOR = staticmethod(cachetools.func.lfu_cache) variable in LFUDecoratorTest
114 DECORATOR = staticmethod(cachetools.func.lru_cache) variable in LRUDecoratorTest
119 DECORATOR = staticmethod(cachetools.func.mru_cache) variable in MRUDecoratorTest
124 DECORATOR = staticmethod(cachetools.func.rr_cache) variable in RRDecoratorTest
129 DECORATOR = staticmethod(cachetools.func.ttl_cache) variable in TTLDecoratorTest
/external/yapf/yapf/yapflib/
Dformat_token.py55 DECORATOR = 18 variable in Subtype