Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Build/
DDependencies.py50 from Cython.Utils import cached_function, cached_method, path_exists, find_root_package_dir
419 @cached_method
437 @cached_method
459 @cached_method
483 @cached_method
499 @cached_method
509 @cached_method
/external/chromium_org/third_party/cython/src/Cython/
DUtils.py20 def cached_method(f): function