a655d6b60bccfb37ddcd65e3b34d288b8c89ea66,storage/cloud-client/storage_compose_file.py,,compose_file,#,23
Before Change
destination.compose(sources)
print(
"Composed new object {} in the bucket {}".format(
destination_blob_name, bucket.name
)
)
return destination
After Change
destination.compose(sources)
print(
"New composite object {} in the bucket {} was created by combining {} and {}".format(
destination_blob_name, bucket_name, first_blob_name, second_blob_name
)
)
return destination
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: a655d6b60bccfb37ddcd65e3b34d288b8c89ea66
Time: 2021-02-05
Author: frankyn@users.noreply.github.com
File Name: storage/cloud-client/storage_compose_file.py
Class Name:
Method Name: compose_file
Project Name: Cadene/bootstrap.pytorch
Commit Name: 6021a6afbcf643420a106c7dc038e6724bf9d3d7
Time: 2018-09-30
Author: mcoaky@gmail.com
File Name: bootstrap/lib/options.py
Class Name: OptionsDict
Method Name: unlock
Project Name: tryolabs/luminoth
Commit Name: 5e39d17c494ddf03eca2a115e42f71073c2f7dd7
Time: 2018-03-09
Author: agustin@tryolabs.com
File Name: luminoth/eval.py
Class Name:
Method Name: evaluate_once