Home
last modified time | relevance | path

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

/dports/www/py-google-api-python-client/google-api-python-client-1.7.6/tests/
H A Dtest_discovery_cache.py25 from googleapiclient.discovery_cache import DISCOVERY_DOC_MAX_AGE
26 from googleapiclient.discovery_cache.base import Cache
29 from googleapiclient.discovery_cache.file_cache import Cache as FileCache
H A Dtest_discovery.py59 from googleapiclient.discovery_cache import DISCOVERY_DOC_MAX_AGE
60 from googleapiclient.discovery_cache.base import Cache
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/unit/config/
H A Dtest_cloud_config.py285 discovery_cache=None)
306 discovery_cache=None)
327 collect_timing=None, discovery_cache=None)
346 collect_timing=True, discovery_cache=None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/googleapiclient/discovery_cache/
H A Dappengine_memcache.py24 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
H A Dfile_cache.py35 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/googleapiclient/discovery_cache/
H A Dappengine_memcache.py25 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
H A Dfile_cache.py45 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
/dports/www/py-google-api-python-client/google-api-python-client-1.7.6/googleapiclient/discovery_cache/
H A Dappengine_memcache.py24 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
H A Dfile_cache.py44 from ..discovery_cache import DISCOVERY_DOC_MAX_AGE
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/
H A Dsession.py350 discovery_cache=None, split_loggers=None, argument
373 if discovery_cache is None:
374 discovery_cache = {}
375 self._discovery_cache = discovery_cache
/dports/net/google-cloud-sdk/google-cloud-sdk/.install/
H A Dbq.manifest81 platform/bq/third_party/googleapiclient/discovery_cache/__init__.py
82 platform/bq/third_party/googleapiclient/discovery_cache/appengine_memcache.py
83 platform/bq/third_party/googleapiclient/discovery_cache/base.py
84 platform/bq/third_party/googleapiclient/discovery_cache/file_cache.py
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/googleapiclient/
H A Ddiscovery.py231 from . import discovery_cache
232 from .discovery_cache import base
234 cache = discovery_cache.autodetect()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/googleapiclient/
H A Ddiscovery.py254 from . import discovery_cache
255 from .discovery_cache import base
257 cache = discovery_cache.autodetect()
/dports/www/py-google-api-python-client/google-api-python-client-1.7.6/googleapiclient/
H A Ddiscovery.py252 from . import discovery_cache
253 from .discovery_cache import base
255 cache = discovery_cache.autodetect()
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/config/
H A Dcloud_region.py239 discovery_cache=None, extra_config=None, argument
265 self._discovery_cache = discovery_cache or None
638 discovery_cache=self._discovery_cache)
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/tests/unit/identity/
H A Dtest_identity_common.py200 s = session.Session(discovery_cache=cache)
331 discovery_cache = {}
337 sess, self.TEST_COMPUTE_ADMIN, cache=discovery_cache)
342 self.assertIn(self.TEST_COMPUTE_ADMIN, discovery_cache.keys())
355 discovery_cache = {}
361 sess, test_endpoint, cache=discovery_cache)
366 self.assertIn('https://example.com', discovery_cache.keys())
367 self.assertNotIn('https://example.com/', discovery_cache.keys())
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/cloud/
H A Dopenstackcloud.py306 discovery_cache=self.session._discovery_cache,