Searched defs:utcnow (Results 1 – 6 of 6) sorted by relevance
/external/python/oauth2client/tests/ |
D | test_service_account.py | 266 def test_access_token(self, utcnow): argument 398 def test_get_access_token_no_claims(self, time, utcnow): argument 436 def test_get_access_token_additional_claims(self, time, utcnow): argument 473 def test_authorize_success(self, time, utcnow): argument 504 def test_authorize_no_aud(self, time, utcnow): argument 537 def test_authorize_stale_token(self, utcnow): argument 554 def test_authorize_401(self, utcnow): argument 572 def test_refresh(self, utcnow): argument
|
D | test_client.py | 1067 def test__expires_in_expired(self, utcnow): argument 1078 def test__expires_in_not_expired(self, utcnow): argument 1090 def test_get_access_token(self, utcnow): argument 2343 def test_FromResponse_with_expires_in(self, utcnow): argument
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_unittest.py | 133 def utcnow(cls): member in NewDatetime
|
/external/python/oauth2client/tests/contrib/ |
D | test_devshell.py | 211 def test_reads_credentials(self, utcnow): argument
|
D | test_flask_util.py | 353 def test_with_expired_credentials(self, utcnow): argument
|
/external/python/cpython3/Lib/ |
D | datetime.py | 1648 def utcnow(cls): member in datetime
|