Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dcredentials.py1089 credentials = fetcher(require_expiry=False)
1112 def fetch_credentials(require_expiry=True): argument
1138 if require_expiry and not expiry_time:
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dcredentials.py1104 credentials = fetcher(require_expiry=False)
1127 def fetch_credentials(require_expiry=True): argument
1153 if require_expiry and not expiry_time: