564a2211766a94fd5a16546a22a06b177f2a4936,healthcare/api-client/fhir/fhir_stores.py,,parse_command_line_args,#,288

Before Change


    command.add_parser(
        "export-fhir-resource",
        help=import_fhir_resource.__doc__)
    command.add_parser(
        "import-fhir-resource",
        help=export_fhir_resource.__doc__)

    return parser.parse_args()

After Change


    command.add_parser("get-fhir-store", help=get_fhir_store.__doc__)
    command.add_parser("list-fhir-stores", help=list_fhir_stores.__doc__)
    command.add_parser("patch-fhir-store", help=patch_fhir_store.__doc__)
    command.add_parser(
        "import-fhir-store",
        help=import_fhir_store.__doc__)
    command.add_parser(
        "export-fhir-store-gcs",
        help=export_fhir_store_gcs.__doc__)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 564a2211766a94fd5a16546a22a06b177f2a4936
Time: 2018-11-21
Author: 32459203+noerog@users.noreply.github.com
File Name: healthcare/api-client/fhir/fhir_stores.py
Class Name:
Method Name: parse_command_line_args


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 8e6d4070e95ce7b551b674790fcf10dace2cf3f1
Time: 2020-01-30
Author: 32459203+noerog@users.noreply.github.com
File Name: healthcare/api-client/fhir/fhir_resources.py
Class Name:
Method Name: parse_command_line_args


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 8123cdd4f5c5ab7f03c661ca173615bd5c7dc0df
Time: 2017-02-27
Author: gguuss@gmail.com
File Name: vision/cloud-client/detect.py
Class Name:
Method Name:


Project Name: deeptools/HiCExplorer
Commit Name: ed03418d21c1667138bac1d911513ab26a96d998
Time: 2018-02-27
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicCorrectMatrix.py
Class Name:
Method Name: parse_arguments