Home
last modified time | relevance | path

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

/external/python/httplib2/tests/
Dtest_cache.py13 http = httplib2.Http(cache=tests.get_cache_path())
25 http = httplib2.Http(cache=tests.get_cache_path())
71 http = httplib2.Http(cache=tests.get_cache_path())
98 http = httplib2.Http(cache=tests.get_cache_path())
137 http = httplib2.Http(cache=tests.get_cache_path())
155 http = httplib2.Http(cache=tests.get_cache_path())
180 http = httplib2.Http(cache=tests.get_cache_path())
201 http = httplib2.Http(cache=tests.get_cache_path())
218 http = httplib2.Http(cache=tests.get_cache_path())
236 http = httplib2.Http(cache=tests.get_cache_path())
[all …]
Dtest_http.py224 http = httplib2.Http(cache=tests.get_cache_path())
285 http = httplib2.Http(cache=tests.get_cache_path(), timeout=0.5)
305 http = httplib2.Http(cache=tests.get_cache_path())
445 cache_path = tests.get_cache_path()
495 http = httplib2.Http(cache=tests.get_cache_path())
525 http = httplib2.Http(cache=tests.get_cache_path())
577 http = httplib2.Http(cache=tests.get_cache_path())
602 http = httplib2.Http(cache=tests.get_cache_path(), timeout=1)
Dtest_other.py42 http = httplib2.Http(cache=tests.get_cache_path())
D__init__.py648 def get_cache_path(): function
/external/python/setuptools/pkg_resources/tests/
Dtest_pkg_resources.py138 path = mgr.get_cache_path('foo')
/external/python/setuptools/pkg_resources/
D__init__.py1186 def get_cache_path(self, archive_name, names=()): member in ResourceManager
1672 real_path = manager.get_cache_path(
/external/python/setuptools/
DCHANGES.rst2490 * Issue #30: Added test for get_cache_path.
2553 * Move warning check in ``get_cache_path`` to follow the directory creation
2560 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
2566 * Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
/external/python/setuptools/docs/
Dpkg_resources.txt1230 ``get_cache_path(archive_name, names=())``