def __init__()

in scripts/metric_reporter/parser/junit_xml_parser.py [0:0]


    def __init__(self, gcs_client: GCSClient) -> None:
        """Initialize the JUnitXmlParser.

        Args:
            gcs_client (GCSClient): GCS client.
        """
        self._gcs_client = gcs_client