MCPcopy Create free account

hub / github.com/boto/boto3 / functions

Functions499 in github.com/boto/boto3

Methodget_reference
(self)
boto3/resources/factory.py:259
Methodidentifiers
A list of resource identifiers. :type: list(:py:class:`Identifier`)
boto3/resources/model.py:189
Methodidentifiers
Get a list of resource identifiers. :type: list(:py:class:`Identifier`)
boto3/resources/model.py:421
Functioninject_attribute
(class_attributes, name, value)
boto3/utils.py:34
Functioninject_s3_transfer_methods
(class_attributes, **kwargs)
boto3/s3/inject.py:17
Functionlazy_call
(full_name)
boto3/utils.py:26
Methodlimit
Return at most this many resources. >>> for bucket in s3.buckets.limit(5): ... print(bucket.name) 'b
boto3/resources/collection.py:232
Methodload_from_definition
Loads a collection from a model, creating a new :py:class:`CollectionManager` subclass with the correct properties and method
boto3/resources/collection.py:368
Methodmodel
Get the resource model for the response resource. :type: :py:class:`ResourceModel`
boto3/resources/model.py:204
Methodmodel
(self)
tests/unit/resources/test_action.py:172
Methodopen_file_chunk_reader
(self, filename, start_byte, size, callback)
boto3/s3/transfer.py:292
Methodpage_size
Fetch at most this many resources per service request. >>> for obj in s3.Bucket('boto3').objects.page_size(100): ...
boto3/resources/collection.py:250
Methodparams
Get a list of auto-filled parameters for this request. :type: list(:py:class:`Parameter`)
boto3/resources/model.py:89
Methodprofile_name
The **read-only** profile name.
boto3/session.py:84
Methodprogress_callback
(amount)
tests/integration/test_s3.py:323
Methodproperty_loader
(self)
boto3/resources/factory.py:196
Methodreferences
Get a list of reference resources. :type: list(:py:class:`ResponseResource`)
boto3/resources/model.py:583
Functionrename_file
(current_filename, new_filename)
boto3/compat.py:19
Functionresource
Create a resource service client by name using the default session. See :py:meth:`boto3.session.Session.resource`.
boto3/__init__.py:81
MethodsetUp
(self)
tests/__init__.py:51
MethodsetUp
(self)
tests/integration/test_sqs.py:20
MethodsetUp
(self)
tests/integration/test_s3.py:109
MethodsetUp
(self)
tests/integration/test_s3.py:228
MethodsetUp
(self)
tests/unit/test_boto3.py:20
MethodsetUp
(self)
tests/unit/test_docs.py:97
MethodsetUp
(self)
tests/unit/resources/test_response.py:136
MethodsetUp
(self)
tests/unit/resources/test_factory.py:593
MethodsetUp
(self)
tests/unit/resources/test_factory.py:752
MethodsetUp
(self)
tests/unit/resources/test_collection.py:115
MethodsetUp
(self)
tests/unit/resources/test_action.py:21
MethodsetUp
(self)
tests/unit/resources/test_action.py:116
MethodsetUp
(self)
tests/unit/s3/test_transfer.py:88
MethodsetUp
(self)
tests/unit/s3/test_transfer.py:126
MethodsetUp
(self)
tests/unit/s3/test_transfer.py:465
MethodsetUpClass
(cls)
tests/integration/test_s3.py:218
Methodset_meta_data
()
tests/unit/resources/test_factory.py:735
Functionset_stream_logger
Add a stream handler for the given name and level to the logging module. By default, this logs all boto3 messages to ``stdout``. >>>
boto3/__init__.py:35
Methodshadows_put_object
(class_attributes, **kwargs)
tests/integration/test_utils.py:28
Methodside_effect
(resource, model, params=None)
tests/unit/resources/test_action.py:243
Methodsubmit
(self, function)
tests/unit/s3/test_transfer.py:443
Methodsubresources
Get a list of sub-resources. :type: list(:py:class`ResponseResource`)
boto3/resources/model.py:574
MethodtearDown
(self)
tests/__init__.py:59
MethodtearDown
(self)
tests/integration/test_s3.py:231
MethodtearDown
(self)
tests/unit/test_boto3.py:24
MethodtearDown
(self)
tests/unit/s3/test_transfer.py:91
MethodtearDown
(self)
tests/unit/s3/test_transfer.py:129
MethodtearDown
(self)
tests/unit/s3/test_transfer.py:472
MethodtearDownClass
(cls)
tests/integration/test_s3.py:235
Methodtest_action_beats_reference
(self)
tests/unit/resources/test_model.py:336
Functiontest_all_collections
()
tests/integration/test_collections.py:34
Methodtest_append_no_index
(self)
tests/unit/resources/test_params.py:265
Methodtest_arguments_not_required
(self)
tests/unit/test_session.py:48
Methodtest_bad_resource_name
(self, list_mock, exist_mock, dir_mock)
tests/unit/test_session.py:235
Methodtest_batch_action_calls_operation
(self, crp_mock)
tests/unit/resources/test_action.py:240
Methodtest_batch_action_creates_parameters_from_items
(self)
tests/unit/resources/test_action.py:184
Methodtest_batch_action_gets_pages_from_collection
(self)
tests/unit/resources/test_action.py:175
Methodtest_batch_action_skips_operation
(self, crp_mock)
tests/unit/resources/test_action.py:220
Methodtest_blob
(self)
tests/unit/test_docs.py:72
Methodtest_build_identifier_from_invalid_source_type
(self)
tests/unit/resources/test_response.py:120
Methodtest_build_identifier_from_parent_data_member
(self)
tests/unit/resources/test_response.py:81
Methodtest_build_identifier_from_parent_identifier
(self)
tests/unit/resources/test_response.py:63
Methodtest_build_identifier_from_req_param
(self)
tests/unit/resources/test_response.py:101
Methodtest_build_identifier_from_res_path_list
(self)
tests/unit/resources/test_response.py:42
Methodtest_build_identifier_from_res_path_scalar
(self)
tests/unit/resources/test_response.py:23
Methodtest_callback_invoked
(self)
tests/unit/s3/test_transfer.py:229
Methodtest_callback_is_invoked_on_read
(self)
tests/unit/s3/test_transfer.py:185
Methodtest_can_configure_threshold
(self)
tests/integration/test_s3.py:351
Methodtest_can_create_object_directly
(self)
tests/integration/test_s3.py:178
Methodtest_can_create_with_just_client
(self)
tests/unit/s3/test_transfer.py:621
Methodtest_can_instantiate_service_resource
(self)
tests/unit/resources/test_factory.py:183
Methodtest_can_send_extra_params_on_download
(self)
tests/integration/test_s3.py:364
Methodtest_can_send_extra_params_on_upload
(self)
tests/integration/test_s3.py:340
Methodtest_chained_repr
(self)
tests/unit/resources/test_collection.py:551
Methodtest_chaining
(self)
tests/unit/resources/test_collection.py:504
Methodtest_chaining_copies_parameters
(self, handler)
tests/unit/resources/test_collection.py:539
Methodtest_character
(self)
tests/unit/test_docs.py:69
Methodtest_client_creates_default_session
(self, setup_session)
tests/unit/test_boto3.py:46
Methodtest_client_description
(self)
tests/unit/test_docs.py:131
Methodtest_client_example
(self)
tests/unit/test_docs.py:135
Methodtest_client_method
(self)
tests/unit/test_docs.py:138
Methodtest_client_method_description
(self)
tests/unit/test_docs.py:141
Methodtest_client_method_example
(self)
tests/unit/test_docs.py:144
Methodtest_client_method_parameters
(self)
tests/unit/test_docs.py:148
Methodtest_client_method_return
(self)
tests/unit/test_docs.py:152
Methodtest_client_passes_through_arguments
(self)
tests/unit/test_boto3.py:68
Methodtest_client_uses_existing_session
(self, setup_session)
tests/unit/test_boto3.py:58
Methodtest_collection_beats_waiter
(self)
tests/unit/resources/test_model.py:390
Methodtest_contains_all_subresources
(self)
tests/unit/resources/test_factory.py:795
Functiontest_create_all_resources
This generator yields test functions for each available resource via its service name. Individual tests can fail indepdendently to let yo
tests/unit/test_session.py:20
Methodtest_create_batch_actions
(self, action_mock)
tests/unit/resources/test_collection.py:71
Methodtest_create_client
(self)
tests/unit/test_session.py:154
Methodtest_create_client_with_args
(self)
tests/unit/test_session.py:161
Methodtest_create_default_session
(self)
tests/unit/test_boto3.py:27
Methodtest_create_default_session_with_args
(self)
tests/unit/test_boto3.py:35
Methodtest_create_resource
(self, list_mock, exist_mock, dir_mock)
tests/unit/test_session.py:175
Methodtest_create_resource_latest_version
(self, list_mock, exist_mock, dir_mock)
tests/unit/test_session.py:219
Methodtest_create_resource_list
(self)
tests/unit/resources/test_response.py:379
Methodtest_create_resource_list_no_search_path
(self)
tests/unit/resources/test_response.py:406
Methodtest_create_resource_scalar
(self)
tests/unit/resources/test_response.py:350
Methodtest_create_resource_with_args
(self, list_mock, exist_mock, dir_mock)
tests/unit/test_session.py:199
← previousnext →201–300 of 499, ranked by callers