Home
last modified time | relevance | path

Searched defs:client_creator (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_session_legacy.py508 def test_config_passed_to_client_creator(self, client_creator): argument
523 def test_create_client_with_default_client_config(self, client_creator): argument
535 def test_create_client_with_merging_client_configs(self, client_creator): argument
579 def test_create_client_with_ca_bundle_from_config(self, client_creator): argument
594 def test_create_client_with_ca_bundle_from_env_var(self, client_creator): argument
601 def test_create_client_with_verify_param(self, client_creator): argument
608 def test_create_client_verify_param_overrides_all(self, client_creator): argument
631 def test_create_client_use_no_api_version_by_default(self, client_creator): argument
637 def test_create_client_uses_api_version_from_config(self, client_creator): argument
654 def test_can_specify_multiple_versions_from_config(self, client_creator): argument
[all …]
H A Dtest_session.py529 def test_config_passed_to_client_creator(self, client_creator): argument
544 def test_create_client_with_default_client_config(self, client_creator): argument
556 def test_create_client_with_merging_client_configs(self, client_creator): argument
600 def test_create_client_with_ca_bundle_from_config(self, client_creator): argument
614 def test_create_client_with_ca_bundle_from_env_var(self, client_creator): argument
621 def test_create_client_with_verify_param(self, client_creator): argument
628 def test_create_client_verify_param_overrides_all(self, client_creator): argument
650 def test_create_client_use_no_api_version_by_default(self, client_creator): argument
656 def test_create_client_uses_api_version_from_config(self, client_creator): argument
672 def test_can_specify_multiple_versions_from_config(self, client_creator): argument
[all …]
/dports/devel/sccache/sccache-0.2.15/src/test/
H A Dtests.rs183 let client_creator = new_creator(); in test_server_unsupported_compiler() localVariable
250 let client_creator = new_creator(); in test_server_compile() localVariable
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dcredentials.py225 def client_creator(service_name, **kwargs): function
703 def __init__(self, client_creator, role_arn, extra_args=None, argument
752 def __init__(self, client_creator, source_credentials, role_arn, argument
834 def __init__(self, client_creator, web_identity_token_loader, role_arn, argument
1335 def __init__(self, load_config, client_creator, cache, profile_name, argument
1641 client_creator, argument
1977 client_creator, token_loader=None, cache=None, argument
2059 def __init__(self, load_config, client_creator, profile_name, argument
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dcredentials.py234 def client_creator(service_name, **kwargs): function
718 def __init__(self, client_creator, role_arn, extra_args=None, argument
767 def __init__(self, client_creator, source_credentials, role_arn, argument
849 def __init__(self, client_creator, web_identity_token_loader, role_arn, argument
1350 def __init__(self, load_config, client_creator, cache, profile_name, argument
1656 client_creator, argument
1993 client_creator, token_loader=None, cache=None, argument
2074 def __init__(self, load_config, client_creator, profile_name, argument