Repository Analysis

GoogleCloudPlatform/training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).

62.5 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of GoogleCloudPlatform/training-data-analyst, a Jupyter Notebook project with 8,596 GitHub stars. SynthScan v2.0 examined 1,047,176 lines of code across 9985 source files, recording 20857 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 62.5 places this repository in the Strong AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

62.5
Adjusted Score
62.5
Raw Score
100%
Time Factor
2026-07-31
Last Push
8.6K
Stars
Jupyter Notebook
Language
1.0M
Lines of Code
10.0K
Files
20.9K
Pattern Hits
2026-08-02
Scan Date
1.07
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 27HIGH 10631MEDIUM 1075LOW 9124

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 20857 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Cross-File Repetition10302 hits · 51510 pts
SeverityFileLineSnippetContext
HIGHquests/dataflow/streaming_event_generator.py0reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param tSTRING
HIGHquests/dataflow/batch_event_generator.py0reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param tSTRING
HIGHquests/dataflow_python/streaming_event_generator.py0reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param tSTRING
HIGHquests/dataflow_python/batch_event_generator.py0reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param tSTRING
HIGHquests/dataflow_scala/batch_event_generator.py0reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param tSTRING
HIGHquests/dataflow/streaming_event_generator.py0reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param usSTRING
HIGHquests/dataflow/batch_event_generator.py0reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param usSTRING
HIGHquests/dataflow_python/streaming_event_generator.py0reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param usSTRING
HIGHquests/dataflow_python/batch_event_generator.py0reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param usSTRING
HIGHquests/dataflow_scala/batch_event_generator.py0reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param usSTRING
HIGHquests/dataflow/streaming_event_generator.py0publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_countSTRING
HIGHquests/dataflow_python/streaming_event_generator.py0publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_countSTRING
HIGHquests/dataflow/batch_event_generator.py0publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_countSTRING
HIGHquests/dataflow_python/batch_event_generator.py0publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_countSTRING
HIGHquests/dataflow_scala/batch_event_generator.py0publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_countSTRING
HIGHquests/dataflow/streaming_event_generator.py0code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represenSTRING
HIGHquests/dataflow/batch_event_generator.py0code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represenSTRING
HIGHquests/dataflow_python/streaming_event_generator.py0code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represenSTRING
HIGHquests/dataflow_python/batch_event_generator.py0code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represenSTRING
HIGHquests/dataflow_scala/batch_event_generator.py0code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represenSTRING
HIGHquests/dataflow/streaming_event_generator.py0returns a dictionary representing an event :param user: :return:STRING
HIGHquests/dataflow/batch_event_generator.py0returns a dictionary representing an event :param user: :return:STRING
HIGHquests/dataflow_python/streaming_event_generator.py0returns a dictionary representing an event :param user: :return:STRING
HIGHquests/dataflow_python/batch_event_generator.py0returns a dictionary representing an event :param user: :return:STRING
HIGHquests/dataflow_scala/batch_event_generator.py0returns a dictionary representing an event :param user: :return:STRING
HIGHquests/dataflow/streaming_event_generator.py0consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :retSTRING
HIGHquests/dataflow/batch_event_generator.py0consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :retSTRING
HIGHquests/dataflow_python/streaming_event_generator.py0consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :retSTRING
HIGHquests/dataflow_python/batch_event_generator.py0consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :retSTRING
HIGHquests/dataflow_scala/batch_event_generator.py0consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :retSTRING
HIGHquests/dataflow_python/1_Basic_ETL/lab/my_pipeline.py0steps: 1) read something 2) transform something 3) write somethingSTRING
HIGH…ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py0steps: 1) read something 2) transform something 3) write somethingSTRING
HIGH…taflow_python/2_Branching_Pipelines/lab/my_pipeline.py0steps: 1) read something 2) transform something 3) write somethingSTRING
HIGH…w_python/2_Branching_Pipelines/solution/my_pipeline.py0steps: 1) read something 2) transform something 3) write somethingSTRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0helper feature and label mapping function for tf.data.STRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0helper feature and label mapping function for tf.data.STRING
HIGH…-deploy-tf-model/online-retail-clv-3M/trainer/model.py0helper feature and label mapping function for tf.data.STRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0build and compile a tensorflow keras dnn regressor.STRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0build and compile a tensorflow keras dnn regressor.STRING
HIGH…-deploy-tf-model/online-retail-clv-3M/trainer/model.py0build and compile a tensorflow keras dnn regressor.STRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training argSTRING
HIGH…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py0train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training argSTRING
HIGH…-deploy-tf-model/online-retail-clv-3M/trainer/model.py0train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training argSTRING
HIGH…ests/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py0create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cusSTRING
HIGH…labs/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py0create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cusSTRING
HIGH…bs/vertex-ai/train-deploy-tf-model/utils/dataset_ml.py0create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cusSTRING
HIGH…s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py0create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country STRING
HIGH…s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py0create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country STRING
HIGH…vertex-ai/train-deploy-tf-model/utils/dataset_clean.py0create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country STRING
HIGH…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py0setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will beSTRING
HIGHblogs/lightning/setup.py0setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will beSTRING
HIGHblogs/landsat/setup.py0setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will beSTRING
HIGHblogs/goes16/maria/setup.py0setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will beSTRING
HIGH…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py0a build command class that will be invoked during package install. the package built using the current setup.py will be STRING
HIGHblogs/lightning/setup.py0a build command class that will be invoked during package install. the package built using the current setup.py will be STRING
HIGHblogs/landsat/setup.py0a build command class that will be invoked during package install. the package built using the current setup.py will be STRING
HIGHblogs/goes16/maria/setup.py0a build command class that will be invoked during package install. the package built using the current setup.py will be STRING
HIGHblogs/rl-on-gcp/DQN_Breakout/rl_on_gcp/setup.py0a build command class that will be invoked during package install. the package built using the current setup.py will be STRING
HIGH…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py0a setuptools command class able to run arbitrary commands.STRING
HIGHblogs/lightning/setup.py0a setuptools command class able to run arbitrary commands.STRING
10242 more matches not shown…
Over-Commented Block4727 hits · 4699 pts
SeverityFileLineSnippetContext
LOW…/mypackage/pipeline/WeatherStatisticsPipelineTest.java61 // Include PAssert statement to check for correct resultsCOMMENT
LOW…/mypackage/pipeline/WeatherStatisticsPipelineTest.java81COMMENT
LOW…/mypackage/pipeline/WeatherStatisticsPipelineTest.java101 // PAssert.that(output).containsInAnyOrder(testOutputs);COMMENT
LOW…/com/mypackage/pipeline/TaxiStreamingPipelineTest.java101COMMENT
LOW…/com/mypackage/pipeline/TaxiStreamingPipelineTest.java121 // startTime.plus(Duration.standardMinutes(1)));COMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py1# Copyright 2023 Google LLCCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py61 # Step 3: Create the pipeline to read from the input topicCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py1# Copyright 2023 Google LLCCOMMENT
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py1# Copyright 2023 Google LLCCOMMENT
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py61 # Because it's a streaming pipeline, we need to apply a window for the joinCOMMENT
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py1# Copyright 2023 Google LLCCOMMENT
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py61 # Because it's a streaming pipeline, we need to apply a window for the joinCOMMENT
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py101 | "Convert to bytestring" >> beam.Map(lambda element: bytes(str(element[1]),"UTF-8"))COMMENT
LOW…sting_Pipeline/lab/weather_statistics_pipeline_test.py41# WeatherRecord('y', 0.0, 0.0, '2/2/2021', -3.0, -1.0, 0.3)]COMMENT
LOW…sting_Pipeline/lab/weather_statistics_pipeline_test.py61 # WeatherRecord('x', 0.0, 0.0, '2/3/2021', 41.6, 65.3, 0.2),COMMENT
LOW…m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py61COMMENT
LOW…ch_Analytics/solution/batch_minute_traffic_pipeline.py61COMMENT
LOWquests/vm-migration/labinfra/qwiklabs_test_config.yaml1###################################COMMENT
LOWquests/vertex-ai/README.md1# Building and deploying machine learning solutions with Vertex AICOMMENT
LOW…ests/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py1# Copyright 2021 Google LLCCOMMENT
LOW…/vertex-ai/vertex-ai-qwikstart/utils/dataset_schema.py1# Copyright 2021 Google LLCCOMMENT
LOW…s/vertex-ai/vertex-ai-qwikstart/utils/data_download.py1# Copyright 2021 Google LLCCOMMENT
LOW…s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py1# Copyright 2021 Google LLCCOMMENT
LOW…s/serverlessml/07_caip/labs/container/trainer/model.py261#%%bashCOMMENT
LOW…s/serverlessml/07_caip/labs/container/trainer/model.py281#fiCOMMENT
LOW…rverlessml/07_caip/solution/container/trainer/model.py261#%%bashCOMMENT
LOW…rverlessml/07_caip/solution/container/trainer/model.py281#fiCOMMENT
LOWquests/dm_templates/init-script-001.sh1#! /bin/bashCOMMENT
LOWquests/dm_templates/init-script-001.sh21# Example of enabling a GCP APICOMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df05.py1#!/usr/bin/env python3COMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df01.py1#!/usr/bin/env python3COMMENT
LOW…-on-gcp-edition1_tf2/04_streaming/simulate/simulate.py1#!/usr/bin/env python3COMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df04.py1#!/usr/bin/env pythonCOMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df03.py1#!/usr/bin/env python3COMMENT
LOW…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py1#COMMENT
LOW…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py41 running the custom commands specified.COMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df06.py1#!/usr/bin/env python3COMMENT
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df02.py1#!/usr/bin/env python3COMMENT
LOW…edition1_tf2/02_ingest/monthlyupdate/ingest_flights.py1#!/usr/bin/env pythonCOMMENT
LOW…ce-on-gcp-edition1_tf2/02_ingest/monthlyupdate/main.py1#!/usr/bin/env pythonCOMMENT
LOW…/com/google/cloud/training/flights/PubSubBigQuery.java21public class PubSubBigQuery extends PubSubInput {COMMENT
LOW…n-gcp-edition1_tf2/updates/scheduler/ingest_flights.py1#!/usr/bin/env pythonCOMMENT
LOW…-science-on-gcp-edition1_tf2/updates/scheduler/main.py1#!/usr/bin/env pythonCOMMENT
LOW…p-edition1_tf2/updates/cloudml/submitnotebook/build.sh1#!/bin/bash -eCOMMENT
LOW…cience-on-gcp-edition1_tf2/09_cloudml/flights/setup.py1# Copyright 2017 Google Inc. All Rights Reserved.COMMENT
LOW…on-gcp-edition1_tf2/09_cloudml/flights/trainer/task.py1# Copyright 2017 Google Inc. All Rights Reserved.COMMENT
LOW…cp-edition1_tf2/09_cloudml/flights/trainer/__init__.py1# Copyright 2017 Google Inc. All Rights Reserved.COMMENT
LOWquests/tpu/invoke_model.py1#!/usr/bin/env pythonCOMMENT
LOWquests/tpu/imgclass/setup.py1# Copyright 2018 Google Inc. All Rights Reserved.COMMENT
LOW…indows/vm-migration/labinfra/qwiklabs_test_config.yaml1###################################COMMENT
LOWquests/iotlab/cloudiot_mqtt_example_json.py1#!/usr/bin/env pythonCOMMENT
LOWquests/iotlab/cloudiot_mqtt_example.py1#!/usr/bin/env pythonCOMMENT
LOWquests/iotlab/labinfra/qwiklabs_test_config.yaml1###################################COMMENT
LOWquests/rl/dqn/setup.py1# Copyright 2018 Google LLCCOMMENT
LOWquests/rl/dqn/trainer/model.py1# Copyright 2019 Google Inc. All Rights Reserved.COMMENT
LOWquests/rl/dqn/trainer/trainer.py1# Copyright 2019 Google Inc. All Rights Reserved.COMMENT
LOWquests/rl/a2c/templates/model.py1# Copyright 2019 Google Inc. All Rights Reserved.COMMENT
LOWquests/rl/a2c/templates/trainer.py1# Copyright 2019 Google Inc. All Rights Reserved.COMMENT
LOWquests/endtoendml/labs/serving/application/main.py1# -*- coding: utf-8 -*-COMMENT
LOW…ndtoendml/labs/serving/application/appengine_config.py1# Copyright 2016 Google Inc.COMMENT
4667 more matches not shown…
Self-Referential Comments688 hits · 1970 pts
SeverityFileLineSnippetContext
MEDIUMquests/genomics/vcf-to-bigquery/run.sh27# Create the BigQuery datasetCOMMENT
MEDIUM…ing_Analytics/lab/streaming_minute_traffic_pipeline.py102 # Create the pipelineCOMMENT
MEDIUM…nalytics/solution/streaming_minute_traffic_pipeline.py101 # Create the pipelineCOMMENT
MEDIUM…ing_Analytics/lab/streaming_minute_traffic_pipeline.py138 # Create the pipelineCOMMENT
MEDIUM…nalytics/solution/streaming_minute_traffic_pipeline.py138 # Create the pipelineCOMMENT
MEDIUM…Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py136 # Create the pipelineSTRING
MEDIUM…tch_Analytics/lab/batch_minute_traffic_SQL_pipeline.py92 # Create the pipelineSTRING
MEDIUM…_Analytics/solution/batch_user_traffic_SQL_pipeline.py140 # Create the pipelineSTRING
MEDIUM…nalytics/solution/batch_minute_traffic_SQL_pipeline.py101 # Create the pipelineSTRING
MEDIUM…n/3_Batch_Analytics/lab/batch_user_traffic_pipeline.py71 # Create the pipeline with the corrected optionsCOMMENT
MEDIUM…3_Batch_Analytics/lab/batch_minute_traffic_pipeline.py60 # Create the pipelineCOMMENT
MEDIUM…atch_Analytics/solution/batch_user_traffic_pipeline.py76 # Create the pipeline with the corrected optionsCOMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py59 # Create the pipelineCOMMENT
MEDIUMquests/dataflow_python/1_Basic_ETL/lab/my_pipeline.py37 # Create the pipelineCOMMENT
MEDIUM…ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py82 # Create the pipelineCOMMENT
MEDIUM…Analytics/lab/streaming_minute_traffic_SQL_pipeline.py97 # Create the pipelineCOMMENT
MEDIUM…tics/solution/streaming_minute_traffic_SQL_pipeline.py107 # Create the pipelineSTRING
MEDIUM…taflow_python/2_Branching_Pipelines/lab/my_pipeline.py79 # Create the pipelineCOMMENT
MEDIUM…w_python/2_Branching_Pipelines/solution/my_pipeline.py85 # Create the pipelineCOMMENT
MEDIUM…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py139 # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation.COMMENT
MEDIUM…nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py34# This class handles the pip install mechanism.COMMENT
MEDIUMquests/endtoendml/labs/babyweight_tf2/trainer/model.py24# Create an input function reading a file using the Dataset APICOMMENT
MEDIUMblogs/lightning/setup.py35# This class handles the pip install mechanism.COMMENT
MEDIUMblogs/landsat/setup.py34# This class handles the pip install mechanism.COMMENT
MEDIUMblogs/goes16/maria/setup.py35# This class handles the pip install mechanism.COMMENT
MEDIUMblogs/babyweight_keras/trainer/task.py91 # Create the Keras ModelCOMMENT
MEDIUMblogs/babyweight_keras/trainer/task.py94 # Create the dataset generatorCOMMENT
MEDIUMblogs/microservices-demo-1/setup_csr.sh20# Create the source repo and linkCOMMENT
MEDIUMblogs/microservices-demo-1/setup_csr.sh23# Create the temporary dirs for the codeCOMMENT
MEDIUMblogs/gcp_forecasting/tf_module/trainer/model.py36 # Create a new sparse tensor with the new converted values,COMMENT
MEDIUMblogs/gcp_forecasting/tf_module/trainer/model.py43 # Create a dense tensor of the float values that were converted from text csvCOMMENT
MEDIUMblogs/gcp_forecasting/tf_module/trainer/model.py156 # Create a iterator, then pull batch of features from the example queueCOMMENT
MEDIUMblogs/gcp_forecasting/tf_module/trainer/model.py184 # Create a stack of layers of LSTM cellsCOMMENT
MEDIUM…oud-hero/optional-kubernetes-engine/bookshelf/tasks.py31 # Create a queue specifically for processing books and pass in theCOMMENT
MEDIUM…-hero/optional-kubernetes-engine/bookshelf/__init__.py45 # Create a health check handler. Health checks are used when running onCOMMENT
MEDIUMself-paced-labs/tensorflow-2.x/census/trainer/task.py82 # Create the Keras ModelCOMMENT
MEDIUM…i-agent-system/multi-agent-system-starter/run_local.sh3# Create a clean directory for local agent runtime configurationCOMMENT
MEDIUM…allenge-starter/terraform/modules/certificates/main.tf69# Create the regional certificate directly for public domainCOMMENT
MEDIUM…allenge-starter/terraform/modules/certificates/main.tf70# Create the regional certificate directly for public domainCOMMENT
MEDIUM…y-challenge-starter/src/mortgage-agent/deploy_agent.py25 # Create a new agentSTRING
MEDIUM…-egress-gateway/terraform/modules/certificates/main.tf69# Create the regional certificate directly for public domainCOMMENT
MEDIUM…-egress-gateway/terraform/modules/certificates/main.tf70# Create the regional certificate directly for public domainCOMMENT
MEDIUM…gent-egress-gateway/src/mortgage-agent/deploy_agent.py25 # Create a new agentSTRING
MEDIUM…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py139 # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation.COMMENT
MEDIUM…-deploy-tf-model/online-retail-clv-3M/trainer/model.py139 # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation.COMMENT
MEDIUMcourses/dataflow/demos/performance/pipeline.py67 # Create the pipelineSTRING
MEDIUM…ata_analysis/deepdive/composer-exercises/bq_example.py41 # Create a bigquery table from a .csv file located in a GCS bucketSTRING
MEDIUM…sis/deepdive/composer-exercises/bq_example_solution.py43 # Create a bigquery table from a .csv file located in a GCS bucketSTRING
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/iam/main.tf114# Create the control plane roleCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/iam/main.tf244# Create the node pool roleCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf16# Create a VPCCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf50# Create a public subnet for each node poolCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf67# Create an internet gatewayCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf119# Create a Nat gateway for each of the public subnetsCOMMENT
MEDIUM…/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf130# Create a route table for each private subnetCOMMENT
MEDIUMcourses/ahybrid/v1.0/common/scripts/acm.sh17# Create a Cloud Source RepositoryCOMMENT
MEDIUM…en_project/ASL_youtube8m_models/video/trainer/model.py25# Create an input function to read our training and validation dataCOMMENT
MEDIUM…en_project/ASL_youtube8m_models/video/trainer/model.py47 # Create a TF Record reader to read in our TF Record filesCOMMENT
MEDIUM…en_project/ASL_youtube8m_models/video/trainer/model.py103 # Create the input layer to our frame DNNCOMMENT
MEDIUM…en_project/ASL_youtube8m_models/frame/trainer/model.py27# Create an input function to read our training and validation dataCOMMENT
628 more matches not shown…
Unused Imports1895 hits · 1718 pts
SeverityFileLineSnippetContext
LOWquests/dataflow/batch_event_generator.py6CODE
LOWquests/dataflow/batch_event_generator.py10CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py15CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py16CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py17CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py20CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py22CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py15CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py16CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py17CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py20CODE
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py22CODE
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py15CODE
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py16CODE
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py17CODE
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py20CODE
LOW…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py22CODE
LOWquests/dataflow_python/batch_event_generator.py6CODE
LOWquests/dataflow_python/batch_event_generator.py10CODE
LOW…_Pipeline/solution/weather_statistics_pipeline_test.py1CODE
LOW…_Pipeline/solution/weather_statistics_pipeline_test.py6CODE
LOW…_Pipeline/solution/weather_statistics_pipeline_test.py8CODE
LOW…nalytics/solution/streaming_minute_traffic_pipeline.py6CODE
LOW…nalytics/solution/streaming_minute_traffic_pipeline.py15CODE
LOW…nalytics/solution/streaming_minute_traffic_pipeline.py15CODE
LOW…nalytics/solution/streaming_minute_traffic_pipeline.py12CODE
LOW…nalytics/solution/streaming_minute_traffic_pipeline.py12CODE
LOW…m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py1CODE
LOW…m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py2CODE
LOW…m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py6CODE
LOW…m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py8CODE
LOW…Stream_Testing_Pipeline/lab/taxi_streaming_pipeline.py3CODE
LOW…ting_Pipeline/solution/taxi_streaming_pipeline_test.py1CODE
LOW…ting_Pipeline/solution/taxi_streaming_pipeline_test.py2CODE
LOW…ting_Pipeline/solution/taxi_streaming_pipeline_test.py6CODE
LOW…ting_Pipeline/solution/taxi_streaming_pipeline_test.py8CODE
LOW…ting_Pipeline/solution/taxi_streaming_pipeline_test.py10CODE
LOW…m_Testing_Pipeline/solution/taxi_streaming_pipeline.py3CODE
LOW…_Analytics/solution/batch_user_traffic_SQL_pipeline.py11CODE
LOW…_Analytics/solution/batch_user_traffic_SQL_pipeline.py11CODE
LOW…nalytics/solution/batch_minute_traffic_SQL_pipeline.py12CODE
LOW…nalytics/solution/batch_minute_traffic_SQL_pipeline.py12CODE
LOW…ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py9CODE
LOW…ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py9CODE
LOW…tics/solution/streaming_minute_traffic_SQL_pipeline.py6CODE
LOW…tics/solution/streaming_minute_traffic_SQL_pipeline.py12CODE
LOW…tics/solution/streaming_minute_traffic_SQL_pipeline.py12CODE
LOW…taflow_python/2_Branching_Pipelines/lab/my_pipeline.py9CODE
LOW…taflow_python/2_Branching_Pipelines/lab/my_pipeline.py9CODE
LOW…w_python/2_Branching_Pipelines/solution/my_pipeline.py9CODE
LOW…w_python/2_Branching_Pipelines/solution/my_pipeline.py9CODE
LOW…allenge-lab/bert-sentiment-classifier/trainer/model.py6CODE
LOW…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py1CODE
LOW…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py8CODE
LOW…s/vertex-ai/vertex-ai-qwikstart/utils/data_download.py24CODE
LOW…s/serverlessml/07_caip/labs/container/trainer/model.py6CODE
LOW…s/serverlessml/07_caip/labs/container/trainer/model.py6CODE
LOW…rverlessml/07_caip/solution/container/trainer/model.py6CODE
LOW…rverlessml/07_caip/solution/container/trainer/model.py6CODE
LOW…ence-on-gcp-edition1_tf2/04_streaming/simulate/df04.py17CODE
1835 more matches not shown…
Cross-Language Confusion167 hits · 788 pts
SeverityFileLineSnippetContext
HIGH…ed_ml_pipeline_taxifare/airflow/dags/taxifare_multi.py181 bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continueSTRING
HIGH…ed_ml_pipeline_taxifare/airflow/dags/taxifare_multi.py247 bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; eSTRING
HIGH…ml_pipeline_taxifare/airflow/dags/module/preprocess.py93 bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continueSTRING
HIGH…d_ml_pipeline_taxifare/airflow/dags/module/training.py50 bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; eCODE
HIGH…ml_pipeline_taxifare/airflow/dags/subdag/preprocess.py101 bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continueSTRING
HIGH…d_ml_pipeline_taxifare/airflow/dags/subdag/training.py58 bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; eCODE
HIGH…ve/10_recommend/labs/endtoend/airflow/dags/training.py117) HAVING timeOnPage is not null and contentId is not null;CODE
HIGH…eepdive/10_recommend/endtoend/airflow/dags/training.py117) HAVING timeOnPage is not null and contentId is not null;CODE
HIGH…2/structured/labs/serving/application/lib/flask/app.py1978 ctx.push()CODE
HIGH…2/structured/labs/serving/application/lib/flask/app.py1336 ctx.push()STRING
HIGH…2/structured/labs/serving/application/lib/flask/app.py1374 ctx.push()STRING
HIGH…2/structured/labs/serving/application/lib/flask/app.py1926 ctx.push()STRING
HIGH…2/structured/labs/serving/application/lib/flask/ctx.py179 _app_ctx_stack.push(self)CODE
HIGH…2/structured/labs/serving/application/lib/flask/ctx.py197 self.push()CODE
HIGH…2/structured/labs/serving/application/lib/flask/ctx.py318 app_ctx.push()CODE
HIGH…2/structured/labs/serving/application/lib/flask/ctx.py326 _request_ctx_stack.push(self)CODE
HIGH…2/structured/labs/serving/application/lib/flask/ctx.py390 self.push()CODE
HIGH…ructured/labs/serving/application/lib/flask/testing.py102 _request_ctx_stack.push(outer_reqctx)CODE
HIGH…ructured/labs/serving/application/lib/flask/testing.py140 # in. See RequestGlobals.push() for the general behavior.COMMENT
HIGH…/labs/serving/application/lib/pyasn1/compat/integer.py17from pyasn1.compat.octets import oct2int, null, ensureStringCODE
HIGH…serving/application/lib/pyasn1/codec/native/decoder.py143 debug.scope.push(type(pyObject).__name__)CODE
HIGH…serving/application/lib/pyasn1/codec/native/encoder.py190 debug.scope.push(type(value).__name__)CODE
HIGH…bs/serving/application/lib/pyasn1/codec/cer/encoder.py135 return null, True, TrueCODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/decoder.py173 bitString = self.protoComponent.fromOctetString(null, internalFormat=True)CODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/decoder.py203 bitString = self.protoComponent.fromOctetString(null, internalFormat=True)CODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/decoder.py1471 debug.scope.push(concreteDecoder is None and '?' or concreteDecoder.protoComponent.__class__.__name_CODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/decoder.py1536 debug.scope.push(chosenSpec is None and '?' or chosenSpec.__class__.__name__)CODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/encoder.py13from pyasn1.compat.octets import (int2oct, oct2int, ints2octs, null,CODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/encoder.py157 return null, False, TrueCODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/encoder.py293 return null, False, TrueCODE
HIGH…bs/serving/application/lib/pyasn1/codec/ber/encoder.py433 return null, False, TrueCODE
HIGH…ed/labs/serving/application/lib/jinja2/asyncsupport.py192 def __init__(self, async_iterator, undefined, after, length, recurse=None,CODE
HIGH…ed/labs/serving/application/lib/jinja2/asyncsupport.py194 LoopContextBase.__init__(self, undefined, recurse, depth0)CODE
HIGH…ed/labs/serving/application/lib/jinja2/asyncsupport.py233async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0):CODE
HIGH…ed/labs/serving/application/lib/jinja2/asyncsupport.py255 return AsyncLoopContext(async_iterator, undefined, after, length, recurse,CODE
HIGH…ctured/labs/serving/application/lib/jinja2/compiler.py1115 self.write(', undefined, loop_render_func, depth):')CODE
HIGH…ctured/labs/serving/application/lib/jinja2/compiler.py1117 self.write(extended_loop and ', undefined):' or ':')CODE
HIGH…uctured/labs/serving/application/lib/jinja2/runtime.py354 def __init__(self, undefined, recurse=None, depth0=0):CODE
HIGH…uctured/labs/serving/application/lib/jinja2/runtime.py418 def __init__(self, iterable, undefined, recurse=None, depth0=0):CODE
HIGH…uctured/labs/serving/application/lib/jinja2/runtime.py419 LoopContextBase.__init__(self, undefined, recurse, depth0)CODE
HIGH…tructured/labs/serving/application/lib/jinja2/lexer.py329 self.push(result)CODE
HIGH…red/labs/serving/application/lib/jinja2/environment.py102 assert issubclass(environment.undefined, Undefined), 'undefined must ' \CODE
HIGH…red/labs/serving/application/lib/jinja2/environment.py943 frozenset(extensions), optimized, undefined, finalize, autoescape,CODE
HIGH…uctured/labs/serving/application/lib/werkzeug/local.py96 >>> ls.push(42)STRING
HIGH…uctured/labs/serving/application/lib/werkzeug/local.py99 >>> ls.push(23)STRING
HIGH…labs/serving/application/lib/werkzeug/debug/console.py162 ThreadedStream.push()CODE
HIGH…red/labs/serving/application/lib/click/_termui_impl.py493 return subprocess.Popen(args, stderr=null).wait()CODE
HIGH…uctured/solutions/serving/application/lib/flask/app.py1978 ctx.push()CODE
HIGH…uctured/solutions/serving/application/lib/flask/app.py1336 ctx.push()STRING
HIGH…uctured/solutions/serving/application/lib/flask/app.py1374 ctx.push()STRING
HIGH…uctured/solutions/serving/application/lib/flask/app.py1926 ctx.push()STRING
HIGH…uctured/solutions/serving/application/lib/flask/ctx.py179 _app_ctx_stack.push(self)CODE
HIGH…uctured/solutions/serving/application/lib/flask/ctx.py197 self.push()CODE
HIGH…uctured/solutions/serving/application/lib/flask/ctx.py318 app_ctx.push()CODE
HIGH…uctured/solutions/serving/application/lib/flask/ctx.py326 _request_ctx_stack.push(self)CODE
HIGH…uctured/solutions/serving/application/lib/flask/ctx.py390 self.push()CODE
HIGH…red/solutions/serving/application/lib/flask/testing.py102 _request_ctx_stack.push(outer_reqctx)CODE
HIGH…red/solutions/serving/application/lib/flask/testing.py140 # in. See RequestGlobals.push() for the general behavior.COMMENT
HIGH…tions/serving/application/lib/pyasn1/compat/integer.py17from pyasn1.compat.octets import oct2int, null, ensureStringCODE
HIGH…serving/application/lib/pyasn1/codec/native/decoder.py143 debug.scope.push(type(pyObject).__name__)CODE
107 more matches not shown…
Decorative Section Separators231 hits · 771 pts
SeverityFileLineSnippetContext
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py65 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py70 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py73 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py77 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py80 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py84 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py87 # =================================================================COMMENT
MEDIUM…ch_Analytics/solution/batch_minute_traffic_pipeline.py92 # =================================================================COMMENT
MEDIUM…cp-edition1_tf2/09_cloudml/flights/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUMblogs/timeseries/simplernn/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUMblogs/babyweight/babyweight/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUM…gs/microservices-demo-1/hack/make-release-artifacts.sh37# ----------------------------------------------------------COMMENT
MEDIUM…gs/microservices-demo-1/hack/make-release-artifacts.sh39# ----------------------------------------------------------COMMENT
MEDIUMblogs/microservices-demo-1/release/istio-manifests.yaml15# ----------------------------------------------------------COMMENT
MEDIUMblogs/microservices-demo-1/release/istio-manifests.yaml17# ----------------------------------------------------------COMMENT
MEDIUM…microservices-demo-1/release/kubernetes-manifests.yaml15# ----------------------------------------------------------COMMENT
MEDIUM…microservices-demo-1/release/kubernetes-manifests.yaml17# ----------------------------------------------------------COMMENT
MEDIUMblogs/gcp_forecasting/tf_module/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUMblogs/textclassification/txtcls1/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUMbootcamps/imagereco/fashionmodel/trainer/__init__.py14# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf129# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf131# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf139# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf141# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf358# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf360# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf368# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf370# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf24# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf26# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf63# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf65# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf107# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf109# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf219# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf221# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf412# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf414# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf461# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf463# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf506# ==============================================================================COMMENT
MEDIUM…gress-gateway-challenge-starter/terraform/variables.tf508# ==============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf17# =============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf21# =============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf89# =============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf98# =============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf122# =============================================================================COMMENT
MEDIUM…allenge-starter/terraform/modules/agent-engine/main.tf125# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf34# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf40# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf89# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf94# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf117# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf123# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf225# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf229# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf264# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf267# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf283# =============================================================================COMMENT
MEDIUM…hallenge-starter/terraform/modules/model-armor/main.tf287# =============================================================================COMMENT
171 more matches not shown…
Docstring Block Structure153 hits · 765 pts
SeverityFileLineSnippetContext
HIGHquests/iotlab/cloudiot_mqtt_example_json.py36Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID STRING
HIGHquests/iotlab/cloudiot_mqtt_example.py35Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID STRING
HIGHblogs/gcp_forecasting/time_series.py22Computes rolling window of the series and creates rolling window of label. Args: series: A Pandas Series. The indSTRING
HIGHself-paced-labs/cloud-iot-core/cloudiot_mqtt_example.py35Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID STRING
HIGH…/tfx/tfx_taxifare_tips/model_training/model_trainer.py18 Args: data_accessor: train_data_dir: eval_data_dir: tft_output_dir: log_dir: hySTRING
HIGH…/tfx/tfx_taxifare_tips/model_training/model_trainer.py79 Args: classifier: data_accessor: eval_data_dir: tft_output_dir: hyperparameters: STRING
HIGH…ipelines/tfx/tfx_taxifare_tips/model_training/model.py66 Args: hyperparameters: tft_output: A TFTransformOutput. Returns: model: STRING
HIGH…ecommend/labs/endtoend/wals_ml_engine/trainer/model.py61Create test and train sets, for different input data types. Args: args: input args for job input_file: path tSTRING
HIGH…mend/labs/endtoend/airflow/plugins/ml_engine_plugin.py103Gets a MLEngine job based on the job name. Args: project_id: project id job_id: job id Returns: STRING
HIGH…mend/labs/endtoend/airflow/plugins/ml_engine_plugin.py129Waits for the Job to reach a terminal state. This method will periodically check the job state until the job reach STRING
HIGH…mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py143Gets an AppEngine operation based on the operation name. Args: project_id: project id op_name: operatioSTRING
HIGH…mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py160Waits for the Operation to reach a terminal state. This method will periodically check the job state until the operSTRING
HIGH…/10_recommend/endtoend/wals_ml_engine/trainer/model.py61Create test and train sets, for different input data types. Args: args: input args for job input_file: path tSTRING
HIGH…recommend/endtoend/airflow/plugins/ml_engine_plugin.py103Gets a MLEngine job based on the job name. Args: project_id: project id job_id: job id Returns: STRING
HIGH…recommend/endtoend/airflow/plugins/ml_engine_plugin.py129Waits for the Job to reach a terminal state. This method will periodically check the job state until the job reach STRING
HIGH…recommend/endtoend/airflow/plugins/gae_admin_plugin.py143Gets an AppEngine operation based on the operation name. Args: project_id: project id op_name: operatioSTRING
HIGH…recommend/endtoend/airflow/plugins/gae_admin_plugin.py160Waits for the Operation to reach a terminal state. This method will periodically check the job state until the operSTRING
HIGH…s/serving/application/lib/googleapiclient/discovery.py501Adds 'media_body' and 'media_mime_type' parameters if supported by method. SIDE EFFECTS: If the method supports mediaSTRING
HIGH…abs/serving/application/lib/googleapiclient/channel.py236Parse a notification from the webhook request headers, validate the notification, and return a Notification object. STRING
HIGH…/labs/serving/application/lib/googleapiclient/model.py73Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headeSTRING
HIGH…/labs/serving/application/lib/googleapiclient/model.py189Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headeSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py647Get the next chunk of the download. Args: num_retries: Integer, number of times to retry with randomized STRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py788Execute the request. Args: http: httplib2.Http, an http object to be used in place of the one theSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py857Execute the next step of a resumable upload. Can only be used if the method being executed supports media uploads aSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py982Process the response from a single chunk upload. Args: resp: httplib2.Response, the response object. coSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py1161Convert a Content-ID header value to an id. Presumes the Content-ID header conforms to the format that _id_to_headeSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py1271Add a new request. Every callback added will be paired with a unique id, the request_id. That unique id will beSTRING
HIGH…d/labs/serving/application/lib/googleapiclient/http.py1380Execute all the requests as a single batched HTTP request. Args: http: httplib2.Http, an http object to be usSTRING
HIGH…serving/application/lib/oauth2client/_openssl_crypt.py55Construct a Verified instance from a string. Args: key_pem: string, public key in PEM format. STRING
HIGH…serving/application/lib/oauth2client/_openssl_crypt.py101Construct a Signer instance from a string. Args: key: string, private key in PKCS12 or PEM format. STRING
HIGH…red/labs/serving/application/lib/oauth2client/crypt.py208Verify a JWT against public certs. See http://self-issued.info/docs/draft-jones-json-web-token.html. Args: STRING
HIGH…erving/application/lib/oauth2client/_pycrypto_crypt.py103Construct a Signer instance from a string. Args: key: string, private key in PEM format. STRING
HIGH…erving/application/lib/oauth2client/service_account.py146Helper for factory constructors from JSON keyfile. Args: keyfile_dict: dict-like object, The parsedSTRING
HIGH…erving/application/lib/oauth2client/service_account.py197Factory constructor from JSON keyfile by name. Args: filename: string, The location of the keyfile.STRING
HIGH…erving/application/lib/oauth2client/service_account.py228Factory constructor from parsed JSON keyfile. Args: keyfile_dict: dict-like object, The parsed dictSTRING
HIGH…erving/application/lib/oauth2client/service_account.py261Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wiSTRING
HIGH…erving/application/lib/oauth2client/service_account.py304Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wiSTRING
HIGH…erving/application/lib/oauth2client/service_account.py341Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wiSTRING
HIGH…ed/labs/serving/application/lib/oauth2client/client.py1532Verifies a signed JWT id_token. This function requires PyOpenSSL and because of that it does not work on App EnSTRING
HIGH…ed/labs/serving/application/lib/oauth2client/client.py1628Exchanges an authorization code for an OAuth2Credentials object. Args: client_id: string, client identifierSTRING
HIGH…ed/labs/serving/application/lib/oauth2client/client.py1690Returns OAuth2Credentials from a clientsecrets file and an auth code. Will create the right kind of Flow based on tSTRING
HIGH…ed/labs/serving/application/lib/oauth2client/client.py1993Exchanges a code for OAuth2Credentials. Args: code: string, a dict-like object, or None. For a non-STRING
HIGH…ed/labs/serving/application/lib/oauth2client/client.py2097Create a Flow from a clientsecrets file. Will create the right kind of Flow based on the contents of the clientSTRING
HIGH…ing/application/lib/oauth2client/_pure_python_crypt.py96Construct an RsaVerifier instance from a string. Args: key_pem: string, public key in PEM format. STRING
HIGH…ing/application/lib/oauth2client/_pure_python_crypt.py152Construct an RsaSigner instance from a string. Args: key: string, private key in PEM format. STRING
HIGH…/serving/application/lib/oauth2client/clientsecrets.py130Loading of client_secrets JSON file, optionally backed by a cache. Typical cache storage would be App Engine memcacSTRING
HIGH…/labs/serving/application/lib/oauth2client/_helpers.py45A decorator to declare that only the first N arguments my be positional. This decorator makes it easy to support PySTRING
HIGH…/labs/serving/application/lib/oauth2client/_helpers.py183Parses unique key-value parameters from urlencoded content. Args: content: string, URL-encoded key-value paSTRING
HIGH…/labs/serving/application/lib/oauth2client/_helpers.py282Converts a string value to bytes, if necessary. Unfortunately, ``six.b`` is insufficient for this task since in STRING
HIGH…/labs/serving/application/lib/oauth2client/_helpers.py311Converts bytes to a string value, if necessary. Args: value: The string/bytes value to be converted. RSTRING
HIGH…ving/application/lib/oauth2client/contrib/_metadata.py38Fetch a resource from the metadata server. Args: http: an object to be used to make HTTP requests. STRING
HIGH…s/serving/application/lib/googleapiclient/discovery.py501Adds 'media_body' and 'media_mime_type' parameters if supported by method. SIDE EFFECTS: If the method supports mediaSTRING
HIGH…ons/serving/application/lib/googleapiclient/channel.py236Parse a notification from the webhook request headers, validate the notification, and return a Notification object. STRING
HIGH…tions/serving/application/lib/googleapiclient/model.py73Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headeSTRING
HIGH…tions/serving/application/lib/googleapiclient/model.py189Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headeSTRING
HIGH…utions/serving/application/lib/googleapiclient/http.py647Get the next chunk of the download. Args: num_retries: Integer, number of times to retry with randomized STRING
HIGH…utions/serving/application/lib/googleapiclient/http.py788Execute the request. Args: http: httplib2.Http, an http object to be used in place of the one theSTRING
HIGH…utions/serving/application/lib/googleapiclient/http.py857Execute the next step of a resumable upload. Can only be used if the method being executed supports media uploads aSTRING
HIGH…utions/serving/application/lib/googleapiclient/http.py982Process the response from a single chunk upload. Args: resp: httplib2.Response, the response object. coSTRING
HIGH…utions/serving/application/lib/googleapiclient/http.py1161Convert a Content-ID header value to an id. Presumes the Content-ID header conforms to the format that _id_to_headeSTRING
93 more matches not shown…
Deep Nesting663 hits · 658 pts
SeverityFileLineSnippetContext
LOW…edition1_tf2/02_ingest/monthlyupdate/ingest_flights.py102CODE
LOW…n-gcp-edition1_tf2/updates/scheduler/ingest_flights.py102CODE
LOWquests/rl/dqn/trainer/trainer.py98CODE
LOWblogs/lightning/ltgpred/goesutil/goesio.py67CODE
LOWblogs/lightning/ltgpred/preproc/create_dataset.py27CODE
LOWblogs/popdensity/convert_to_rect.py62CODE
LOWblogs/popdensity/convert_to_geo.py46CODE
LOWblogs/goes16/maria/hurricanes/goes_to_jpeg.py18CODE
LOWblogs/beamadvent/day3b.py20CODE
LOWblogs/beamadvent/day3b.py42CODE
LOWblogs/beamadvent/day3a.py22CODE
LOW…rtpole_policy_gradients/rl_model_code/trainer/model.py77CODE
LOW…gs/rl-on-gcp/DQN_Breakout/rl_on_gcp/trainer/trainer.py40CODE
LOWself-paced-labs/tensorflow-2.x/census/trainer/util.py101CODE
LOW…agent-system-skills-starter/app/authenticated_httpx.py13CODE
LOW…agent-system-skills-starter/app/authenticated_httpx.py36CODE
LOW…tem-skills-starter/agents/content_builder/a2a_utils.py105CODE
LOW…tem-skills-starter/agents/content_builder/a2a_utils.py130CODE
LOW…-agent-system-skills-starter/agents/judge/a2a_utils.py105CODE
LOW…-agent-system-skills-starter/agents/judge/a2a_utils.py130CODE
LOW…t-system-skills-starter/agents/researcher/a2a_utils.py105CODE
LOW…t-system-skills-starter/agents/researcher/a2a_utils.py130CODE
LOW…lls-starter/agents/orchestrator/authenticated_httpx.py12CODE
LOW…lls-starter/agents/orchestrator/authenticated_httpx.py35CODE
LOW…system-skills-starter/agents/orchestrator/a2a_utils.py105CODE
LOW…system-skills-starter/agents/orchestrator/a2a_utils.py130CODE
LOW…ent-system-skills-starter/agents/orchestrator/agent.py13CODE
LOW…ent-system-skills-starter/agents/orchestrator/agent.py15CODE
LOW…nt-system-skills-starter/shared/authenticated_httpx.py13CODE
LOW…nt-system-skills-starter/shared/authenticated_httpx.py36CODE
LOW…/multi-agent-system-skills-starter/shared/a2a_utils.py105CODE
LOW…/multi-agent-system-skills-starter/shared/a2a_utils.py130CODE
LOW…/multi-agent-system-starter/app/authenticated_httpx.py13CODE
LOW…/multi-agent-system-starter/app/authenticated_httpx.py36CODE
LOW…ent-system-starter/agents/content_builder/a2a_utils.py105CODE
LOW…ent-system-starter/agents/content_builder/a2a_utils.py130CODE
LOW…m/multi-agent-system-starter/agents/judge/a2a_utils.py105CODE
LOW…m/multi-agent-system-starter/agents/judge/a2a_utils.py130CODE
LOW…ti-agent-system-starter/agents/researcher/a2a_utils.py105CODE
LOW…ti-agent-system-starter/agents/researcher/a2a_utils.py130CODE
LOW…tem-starter/agents/orchestrator/authenticated_httpx.py12CODE
LOW…tem-starter/agents/orchestrator/authenticated_httpx.py35CODE
LOW…-agent-system-starter/agents/orchestrator/a2a_utils.py105CODE
LOW…-agent-system-starter/agents/orchestrator/a2a_utils.py130CODE
LOW…ulti-agent-system-starter/agents/orchestrator/agent.py13CODE
LOW…ulti-agent-system-starter/agents/orchestrator/agent.py15CODE
LOW…lti-agent-system-starter/shared/authenticated_httpx.py13CODE
LOW…lti-agent-system-starter/shared/authenticated_httpx.py36CODE
LOW…-system/multi-agent-system-starter/shared/a2a_utils.py105CODE
LOW…-system/multi-agent-system-starter/shared/a2a_utils.py130CODE
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py62CODE
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py216CODE
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py62CODE
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py216CODE
LOW…ipelines/tfx/tfx_taxifare_tips/model_training/model.py31CODE
LOWcourses/ai-for-finance/solution/yahoo_data_source.py141CODE
LOW…is/lab2/python/JavaProjectsThatNeedHelp_PY2_Version.py65CODE
LOW…/data_analysis/lab2/python/JavaProjectsThatNeedHelp.py65CODE
LOW…ction_models/meta_models/model_module/trainer/model.py394CODE
LOW…ction_models/meta_models/model_module/trainer/model.py451CODE
603 more matches not shown…
Hyper-Verbose Identifiers678 hits · 655 pts
SeverityFileLineSnippetContext
LOW…sting_Pipeline/lab/weather_statistics_pipeline_test.py77# def test_weather_stats_transform(self):COMMENT
LOW…_Pipeline/solution/weather_statistics_pipeline_test.py74 def test_weather_stats_transform(self):CODE
LOW…tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py96def train_evaluate_explain_model(hparams):CODE
LOWblogs/lightning/ltgpred/goesutil/goesio.py46def reset_gcs_client_and_retry(exception): # pylint: disable=unused-argumentCODE
LOWblogs/lightning/ltgpred/goesutil/goesio.py185def get_timestamp_from_filename(filename):CODE
LOWblogs/lightning/ltgpred/trainer/boxdef.py23 def get_prediction_grid_centers(self, ref):CODE
LOWblogs/goes16/maria/create_image.py57def create_snapshots_on_cloud(bucket, project, runner, opts):STRING
LOWblogs/goes16/maria/create_seattle.py16def create_snapshots_around_latlon(bucket, project, runner, lat, lon):CODE
LOW…rtpole_policy_gradients/rl_model_code/trainer/model.py55def discount_and_normalize_rewards(all_rewards, discount_rate):CODE
LOWblogs/tf_dataflow_serving/pipelines/batch_process.py195def run_pipeline_with_batch_predict(sample_size, sink_location, runner, args=None):STRING
LOWblogs/tf_dataflow_serving/pipelines/stream_process.py143def run_pipeline_with_micro_batches(inference_type, project,CODE
LOWblogs/gcp_forecasting/time_series.py21def create_rolling_features_label(series, window_size, pred_offset, pred_n=1):CODE
LOWblogs/gcp_forecasting/time_series.py162 def count_holidays_during_month(date):CODE
LOWblogs/gcp_forecasting/scalable_time_series.py48def bq_create_rolling_features_label(project, dataset, date_range_table, sales_dataset_table, value_name, downsample_sizSTRING
LOWblogs/gcp_forecasting/scalable_time_series.py202def csv_create_rolling_features_label(project, dataset, date_range_table, sales_dataset_table, value_name, downsample_siSTRING
LOWblogs/gcp_forecasting/tf_module/trainer/model.py52def convert_sequences_from_strings_to_floats(features, column_list, seq_len):CODE
LOWblogs/gcp_forecasting/tf_module/trainer/model.py266def fix_shape_and_type_for_serving(placeholder):CODE
LOW…oud-hero/optional-kubernetes-engine/bookshelf/tasks.py107def download_and_upload_image(src, dst_filename):CODE
LOW…-paced-labs/tfx/tfx-ai-platform/labs/pipeline/model.py56def _get_serve_tf_examples_fn(model, tf_transform_output):CODE
LOW…agent-system-skills-starter/app/authenticated_httpx.py13def create_authenticated_client(CODE
LOW…tem-skills-starter/agents/content_builder/a2a_utils.py105def create_authenticated_client(CODE
LOW…-agent-system-skills-starter/agents/judge/a2a_utils.py105def create_authenticated_client(CODE
LOW…t-system-skills-starter/agents/researcher/a2a_utils.py105def create_authenticated_client(CODE
LOW…lls-starter/agents/orchestrator/authenticated_httpx.py12def create_authenticated_client(CODE
LOW…system-skills-starter/agents/orchestrator/a2a_utils.py105def create_authenticated_client(CODE
LOW…ent-system-skills-starter/agents/orchestrator/agent.py13def create_save_output_callback(key: str):CODE
LOW…nt-system-skills-starter/shared/authenticated_httpx.py13def create_authenticated_client(CODE
LOW…/multi-agent-system-skills-starter/shared/a2a_utils.py105def create_authenticated_client(CODE
LOW…/multi-agent-system-starter/app/authenticated_httpx.py13def create_authenticated_client(CODE
LOW…ent-system-starter/agents/content_builder/a2a_utils.py105def create_authenticated_client(CODE
LOW…m/multi-agent-system-starter/agents/judge/a2a_utils.py105def create_authenticated_client(CODE
LOW…ti-agent-system-starter/agents/researcher/a2a_utils.py105def create_authenticated_client(CODE
LOW…tem-starter/agents/orchestrator/authenticated_httpx.py12def create_authenticated_client(CODE
LOW…-agent-system-starter/agents/orchestrator/a2a_utils.py105def create_authenticated_client(CODE
LOW…ulti-agent-system-starter/agents/orchestrator/agent.py13def create_save_output_callback(key: str):CODE
LOW…lti-agent-system-starter/shared/authenticated_httpx.py13def create_authenticated_client(CODE
LOW…-system/multi-agent-system-starter/shared/a2a_utils.py105def create_authenticated_client(CODE
LOW…lenge-starter/src/income-verification-api/test_main.py24def test_verify_known_applicant():CODE
LOW…lenge-starter/src/income-verification-api/test_main.py31def test_verify_unknown_applicant():CODE
LOW…lenge-starter/src/income-verification-api/test_main.py36def test_verify_case_insensitive():CODE
LOW…lenge-starter/src/income-verification-api/test_main.py55def test_rest_verify_known_applicant():CODE
LOW…lenge-starter/src/income-verification-api/test_main.py66def test_rest_verify_unknown_applicant():CODE
LOW…lenge-starter/src/income-verification-api/test_main.py76def test_rest_verify_case_insensitive():CODE
LOW…ateway-challenge-starter/src/legacy-dms/test_server.py22def test_search_by_name_and_doc_type():CODE
LOW…ateway-challenge-starter/src/legacy-dms/test_server.py28def test_search_unknown_applicant():CODE
LOW…ateway-challenge-starter/src/legacy-dms/test_server.py40def test_get_document_not_found():CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py22def test_send_returns_status_and_message_id():CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py30def test_read_returns_all_emails():CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py35def test_read_with_specific_id():CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py41def test_read_with_unknown_id():CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py68 def test_nested_exception_group(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py101 def test_non_http_error_returns_none(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py164 def test_render_includes_live_tool_names_and_descriptions(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py183 def test_render_handles_empty_discovery(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py188 def test_render_handles_unknown_service_with_tools(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py205 def test_render_falls_back_to_wildcard_when_tools_empty(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py214 def test_render_handles_service_with_no_tools_field(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py225 def test_render_handles_service_with_no_prefix_and_no_tools(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py234 def test_built_agent_instruction_contains_live_tool_names_and_guardrails(self):CODE
LOW…allenge-starter/src/mortgage-agent/tests/test_agent.py258 def test_discover_does_not_override_toolset_timeout(self, monkeypatch):CODE
618 more matches not shown…
Excessive Try-Catch Wrapping522 hits · 629 pts
SeverityFileLineSnippetContext
MEDIUMquests/dataflow/batch_event_generator.py189 print("Error while deleting file : ", filePath)CODE
MEDIUMquests/dataflow_python/batch_event_generator.py189 print("Error while deleting file : ", filePath)CODE
MEDIUMquests/dataflow_scala/batch_event_generator.py189 print("Error while deleting file : ", filePath)CODE
LOWblogs/endpointslambda/lambdafunctioninline.py61 except Exception as e:CODE
MEDIUMblogs/endpointslambda/lambdafunctioninline.py63 print('Error integrating lambda function with endpoint for the object {} in bucket {}'.format(object_key, bucketCODE
LOW…/microservices-demo-1/src/emailservice/email_server.py200 except Exception as e:CODE
LOW…o-1/src/recommendationservice/recommendation_server.py118 except Exception as e:CODE
LOW…e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py225 except Exception as e:CODE
MEDIUM…e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py222def FormatErrorsWrap(context):CODE
LOW…amps/sample_bootcamp/DM/ha-sql-server/common/common.py225 except Exception as e:CODE
MEDIUM…amps/sample_bootcamp/DM/ha-sql-server/common/common.py222def FormatErrorsWrap(context):CODE
LOWself-paced-labs/cloud-hero/authenticating-users/main.py96 except Exception as e:CODE
LOWself-paced-labs/near-realtime-looker/main.py47 except Exception as e:CODE
MEDIUM…ulti-agent-system-skills-starter/billing-enablement.py13 print(f"Error: Project ID file not found at {project_file}")CODE
MEDIUM…ulti-agent-system-skills-starter/billing-enablement.py19 print("Error: Project ID file is empty.")CODE
LOW…ulti-agent-system-skills-starter/billing-enablement.py23 except Exception as e:CODE
MEDIUM…ulti-agent-system-skills-starter/billing-enablement.py24 print(f"Error reading project ID from file: {e}")CODE
LOW…ulti-agent-system-skills-starter/billing-enablement.py59 except Exception as e:CODE
LOW…ulti-agent-system-skills-starter/billing-enablement.py90 except Exception as e:CODE
LOW…ulti-agent-system-skills-starter/billing-enablement.py104 except Exception as e:CODE
LOW…stem/multi-agent-system-skills-starter/app/__init__.py26except Exception:CODE
LOW…stem-skills-starter/agents/content_builder/__init__.py27except Exception:CODE
LOW…i-agent-system-skills-starter/agents/judge/__init__.py27except Exception:CODE
LOW…nt-system-skills-starter/agents/researcher/__init__.py27except Exception:CODE
LOW…-system-skills-starter/agents/orchestrator/__init__.py27except Exception:CODE
MEDIUM…ystem/multi-agent-system-starter/billing-enablement.py13 print(f"Error: Project ID file not found at {project_file}")CODE
MEDIUM…ystem/multi-agent-system-starter/billing-enablement.py19 print("Error: Project ID file is empty.")CODE
LOW…ystem/multi-agent-system-starter/billing-enablement.py23 except Exception as e:CODE
MEDIUM…ystem/multi-agent-system-starter/billing-enablement.py24 print(f"Error reading project ID from file: {e}")CODE
LOW…ystem/multi-agent-system-starter/billing-enablement.py59 except Exception as e:CODE
LOW…ystem/multi-agent-system-starter/billing-enablement.py90 except Exception as e:CODE
LOW…ystem/multi-agent-system-starter/billing-enablement.py104 except Exception as e:CODE
LOW…gent-system/multi-agent-system-starter/app/__init__.py26except Exception:CODE
LOW…gent-system-starter/agents/content_builder/__init__.py27except Exception:CODE
LOW…em/multi-agent-system-starter/agents/judge/__init__.py27except Exception:CODE
LOW…lti-agent-system-starter/agents/researcher/__init__.py27except Exception:CODE
LOW…i-agent-system-starter/agents/orchestrator/__init__.py27except Exception:CODE
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py643 except Exception as e:CODE
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py666 except Exception as e:CODE
MEDIUM…y-challenge-starter/src/mortgage-agent/deploy_agent.py667 print(f"Error executing grant_agent_mcp_egress.sh: {e}")CODE
LOW…challenge-starter/src/mortgage-agent/agent/__init__.py27except Exception:CODE
LOW…challenge-starter/src/mortgage-agent/agent/__init__.py38except Exception:CODE
LOW…ay-challenge-starter/src/mortgage-agent/agent/agent.py77 except Exception:CODE
LOW…ay-challenge-starter/src/mortgage-agent/agent/agent.py103 except Exception:CODE
LOW…ay-challenge-starter/src/mortgage-agent/agent/agent.py392 except Exception:CODE
LOW…ay-challenge-starter/src/mortgage-agent/agent/agent.py430 except Exception:CODE
MEDIUM…ay-challenge-starter/src/mortgage-agent/agent/agent.py99def auth_flow(self, request):CODE
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py644 except Exception as e:CODE
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py667 except Exception as e:CODE
MEDIUM…gent-egress-gateway/src/mortgage-agent/deploy_agent.py668 print(f"Error executing grant_agent_mcp_egress.sh: {e}")CODE
LOW…nt-egress-gateway/src/mortgage-agent/agent/__init__.py27except Exception:CODE
LOW…nt-egress-gateway/src/mortgage-agent/agent/__init__.py38except Exception:CODE
LOW…agent-egress-gateway/src/mortgage-agent/agent/agent.py77 except Exception:CODE
LOW…agent-egress-gateway/src/mortgage-agent/agent/agent.py103 except Exception:CODE
LOW…agent-egress-gateway/src/mortgage-agent/agent/agent.py392 except Exception:CODE
LOW…agent-egress-gateway/src/mortgage-agent/agent/agent.py430 except Exception:CODE
MEDIUM…agent-egress-gateway/src/mortgage-agent/agent/agent.py99def auth_flow(self, request):CODE
LOW…exercise0-prework/python/solution/action_subscriber.py44 except Exception as e:CODE
LOW…2/structured/labs/serving/application/lib/flask/cli.py162 except Exception:CODE
LOW…2/structured/labs/serving/application/lib/flask/cli.py366 except Exception:CODE
462 more matches not shown…
Hallucination Indicators27 hits · 270 pts
SeverityFileLineSnippetContext
CRITICALblogs/gcp_forecasting/tf_module/trainer/model.py220 lstm_cell = tf.compat.v1.nn.rnn_cell.LSTMCell(CODE
CRITICAL…/main/java/com/google/cloud/sme/pubsub/Subscriber.java63 com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this);CODE
CRITICAL…c/main/java/com/google/cloud/sme/pubsub/Publisher.java64 com.google.cloud.pubsub.v1.Publisher.newBuilder(topic);CODE
CRITICAL…/main/java/com/google/cloud/sme/pubsub/Subscriber.java64 com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this);CODE
CRITICAL…c/main/java/com/google/cloud/sme/pubsub/Publisher.java64 com.google.cloud.pubsub.v1.Publisher.newBuilder(topic);CODE
CRITICAL…/main/java/com/google/cloud/sme/pubsub/Subscriber.java70 com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this);CODE
CRITICAL…c/main/java/com/google/cloud/sme/pubsub/Publisher.java70 com.google.cloud.pubsub.v1.Publisher.newBuilder(topic);CODE
CRITICAL…c/main/java/com/google/cloud/sme/pubsub/Publisher.java65 com.google.cloud.pubsub.v1.Publisher.newBuilder(topic);CODE
CRITICAL…c/main/java/com/google/cloud/sme/pubsub/Publisher.java67 com.google.cloud.pubsub.v1.Publisher.newBuilder(topic);CODE
CRITICAL…/deepdive/03_tensorflow/labs/taxifare/trainer/model.py66 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…rning/deepdive/03_tensorflow/taxifare/trainer/model.py88 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…e/09_sequence/labs/txtclsmodel/trainer/model_native.py292 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…deepdive/09_sequence/labs/txtclsmodel/trainer/model.py105 return tf.compat.v1.estimator.inputs.numpy_input_fn(CODE
CRITICAL…deepdive/09_sequence/labs/txtclsmodel/trainer/model.py247 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…epdive/09_sequence/txtclsmodel/trainer/model_native.py292 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…ning/deepdive/09_sequence/txtclsmodel/trainer/model.py105 return tf.compat.v1.estimator.inputs.numpy_input_fn(CODE
CRITICAL…ning/deepdive/09_sequence/txtclsmodel/trainer/model.py249 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…learning/deepdive/10_recommend/labs/walsmodel/model.py194 export_strategies = tf.contrib.learn.utils.saved_model_export_utils.make_export_strategy(serving_input_fn = CODE
CRITICAL…achine_learning/feateng/labs/taxifare/trainer/model.py169 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…ses/machine_learning/feateng/taxifare/trainer/model.py169 tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events fileCODE
CRITICAL…epdive2/recommendation_systems/labs/walsmodel/model.py194 export_strategies = tf.contrib.learn.utils.saved_model_export_utils.make_export_strategy(serving_input_fn = CODE
CRITICAL…erving/application/lib/werkzeug/debug/shared/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL…erving/application/lib/werkzeug/debug/shared/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL…erving/application/lib/werkzeug/debug/shared/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL…erving/application/lib/werkzeug/debug/shared/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICALcourses/unstructured/bigquery_connect.sh69input_path = sc._jvm.org.apache.hadoop.fs.Path(input_directory)CODE
CRITICALcourses/unstructured/bigquery_connect.sh71output_path = sc._jvm.org.apache.hadoop.fs.Path(output_directory)CODE
Modern Structural Boilerplate188 hits · 186 pts
SeverityFileLineSnippetContext
LOW…t-system/multi-agent-system-skills-starter/app/main.py28logger = logging.getLogger(__name__)CODE
LOW…ti-agent-system/multi-agent-system-starter/app/main.py28logger = logging.getLogger(__name__)CODE
LOW…ay-challenge-starter/src/mortgage-agent/agent/agent.py29logger = logging.getLogger(__name__)CODE
LOW…agent-egress-gateway/src/mortgage-agent/agent/agent.py29logger = logging.getLogger(__name__)CODE
LOW…/structured/labs/serving/application/lib/flask/json.py30__all__ = ['dump', 'dumps', 'load', 'loads', 'htmlsafe_dump',CODE
LOW…tructured/labs/serving/application/lib/pyasn1/debug.py14__all__ = ['Debug', 'setLogger', 'hexdump']CODE
LOW…/labs/serving/application/lib/pyasn1/compat/calling.py9__all__ = ['callable']CODE
LOW…s/serving/application/lib/pyasn1/compat/dateandtime.py11__all__ = ['strptime']CODE
LOW…serving/application/lib/pyasn1/codec/native/decoder.py15__all__ = ['decode']CODE
LOW…serving/application/lib/pyasn1/codec/native/encoder.py21__all__ = ['encode']CODE
LOW…bs/serving/application/lib/pyasn1/codec/der/decoder.py10__all__ = ['decode']CODE
LOW…bs/serving/application/lib/pyasn1/codec/der/encoder.py11__all__ = ['encode']CODE
LOW…bs/serving/application/lib/pyasn1/codec/cer/decoder.py12__all__ = ['decode']CODE
LOW…bs/serving/application/lib/pyasn1/codec/cer/encoder.py13__all__ = ['encode']CODE
LOW…bs/serving/application/lib/pyasn1/codec/ber/decoder.py19__all__ = ['decode']CODE
LOW…d/labs/serving/application/lib/pyasn1/codec/ber/eoo.py10__all__ = ['endOfOctets']CODE
LOW…bs/serving/application/lib/pyasn1/codec/ber/encoder.py20__all__ = ['encode']CODE
LOW…labs/serving/application/lib/pyasn1/type/constraint.py13__all__ = ['SingleValueConstraint', 'ContainedSubtypeConstraint',CODE
LOW…red/labs/serving/application/lib/pyasn1/type/tagmap.py9__all__ = ['TagMap']CODE
LOW…red/labs/serving/application/lib/pyasn1/type/useful.py16__all__ = ['ObjectDescriptor', 'GeneralizedTime', 'UTCTime']CODE
LOW…/labs/serving/application/lib/pyasn1/type/namedtype.py13__all__ = ['NamedType', 'OptionalNamedType', 'DefaultedNamedType',CODE
LOW…tured/labs/serving/application/lib/pyasn1/type/char.py13__all__ = ['NumericString', 'PrintableString', 'TeletexString', 'T61String', 'VideotexString',CODE
LOW…d/labs/serving/application/lib/pyasn1/type/opentype.py8__all__ = ['OpenType']CODE
LOW…tured/labs/serving/application/lib/pyasn1/type/univ.py25__all__ = ['Integer', 'Boolean', 'BitString', 'OctetString', 'Null',CODE
LOW…d/labs/serving/application/lib/pyasn1/type/namedval.py11__all__ = ['NamedValues']CODE
LOW…tured/labs/serving/application/lib/pyasn1/type/base.py15__all__ = ['Asn1Item', 'Asn1Type', 'SimpleAsn1Type',CODE
LOW…ctured/labs/serving/application/lib/pyasn1/type/tag.py9__all__ = ['tagClassUniversal', 'tagClassApplication', 'tagClassContext',CODE
LOW…ed/labs/serving/application/lib/markupsafe/__init__.py25__all__ = ["Markup", "soft_unicode", "escape", "escape_silent"]CODE
LOW…s/serving/application/lib/googleapiclient/discovery.py24__all__ = [CODE
LOW…s/serving/application/lib/googleapiclient/discovery.py90logger = logging.getLogger(__name__)CODE
LOW…erving/application/lib/googleapiclient/sample_tools.py22__all__ = ['init']CODE
LOW…ured/labs/serving/application/lib/httplib2/__init__.py138__all__ = [CODE
LOW…ctured/labs/serving/application/lib/jinja2/__init__.py60__all__ = [CODE
LOW…uctured/labs/serving/application/lib/jinja2/runtime.py27__all__ = ['LoopContext', 'TemplateReference', 'Macro', 'Markup',CODE
LOW…2/structured/labs/serving/application/lib/rsa/prime.py27__all__ = ['getprime', 'are_relatively_prime']CODE
LOW…ve2/structured/labs/serving/application/lib/rsa/key.py775__all__ = ['PublicKey', 'PrivateKey', 'newkeys']CODE
LOW…tructured/labs/serving/application/lib/rsa/pkcs1_v2.py87__all__ = [CODE
LOW…tructured/labs/serving/application/lib/rsa/__init__.py40__all__ = ["newkeys", "encrypt", "decrypt", "sign", "verify", 'PublicKey',CODE
LOW…2/structured/labs/serving/application/lib/rsa/pkcs1.py424__all__ = ['encrypt', 'decrypt', 'sign', 'verify',STRING
LOW…tructured/labs/serving/application/lib/rsa/parallel.py87__all__ = ['getprime']CODE
LOW…ured/labs/serving/application/lib/werkzeug/__init__.py19__all__ = ["run_simple", "Client", "Request", "Response", "__version__"]CODE
LOW…ed/labs/serving/application/lib/werkzeug/exceptions.py710__all__ = ["HTTPException"]CODE
LOW…uctured/labs/serving/application/lib/click/__init__.py52__all__ = [CODE
LOW…red/labs/serving/application/lib/oauth2client/crypt.py33logger = logging.getLogger(__name__)CODE
LOW…ed/labs/serving/application/lib/oauth2client/client.py52logger = logging.getLogger(__name__)CODE
LOW…red/labs/serving/application/lib/oauth2client/tools.py37__all__ = ['argparser', 'run_flow', 'message_if_missing']CODE
LOW…/labs/serving/application/lib/oauth2client/_helpers.py29logger = logging.getLogger(__name__)CODE
LOW…/lib/oauth2client/contrib/multiprocess_file_storage.py95logger = logging.getLogger(__name__)CODE
LOW…bs/serving/application/lib/oauth2client/contrib/gce.py29logger = logging.getLogger(__name__)CODE
LOW…ving/application/lib/oauth2client/contrib/appengine.py48logger = logging.getLogger(__name__)CODE
LOW…ctured/solutions/serving/application/lib/flask/json.py30__all__ = ['dump', 'dumps', 'load', 'loads', 'htmlsafe_dump',CODE
LOW…ured/solutions/serving/application/lib/pyasn1/debug.py14__all__ = ['Debug', 'setLogger', 'hexdump']CODE
LOW…tions/serving/application/lib/pyasn1/compat/calling.py9__all__ = ['callable']CODE
LOW…s/serving/application/lib/pyasn1/compat/dateandtime.py11__all__ = ['strptime']CODE
LOW…serving/application/lib/pyasn1/codec/native/decoder.py15__all__ = ['decode']CODE
LOW…serving/application/lib/pyasn1/codec/native/encoder.py21__all__ = ['encode']CODE
LOW…ns/serving/application/lib/pyasn1/codec/der/decoder.py10__all__ = ['decode']CODE
LOW…ns/serving/application/lib/pyasn1/codec/der/encoder.py11__all__ = ['encode']CODE
LOW…ns/serving/application/lib/pyasn1/codec/cer/decoder.py12__all__ = ['decode']CODE
LOW…ns/serving/application/lib/pyasn1/codec/cer/encoder.py13__all__ = ['encode']CODE
128 more matches not shown…
AI Structural Patterns189 hits · 183 pts
SeverityFileLineSnippetContext
LOW…Stream_Testing_Pipeline/lab/taxi_streaming_pipeline.py50CODE
LOW…m_Testing_Pipeline/solution/taxi_streaming_pipeline.py50CODE
LOWquests/dei/census/custom_transforms.py43CODE
LOWblogs/lightning/ltgpred/goesutil/goesio.py311CODE
LOWblogs/babyweight/babyweight/trainer/model.py197CODE
LOW…-gcp/DQN_Breakout/rl_on_gcp/trainer/stack_frame_env.py59CODE
LOW…e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py187CODE
LOW…amps/sample_bootcamp/DM/ha-sql-server/common/common.py187CODE
LOW…ystem-skills-starter/agents/content_builder/adk_app.py167CODE
LOW…ti-agent-system-skills-starter/agents/judge/adk_app.py167CODE
LOW…ent-system-skills-starter/agents/researcher/adk_app.py167CODE
LOW…t-system-skills-starter/agents/orchestrator/adk_app.py167CODE
LOW…em/multi-agent-system-skills-starter/shared/adk_app.py167CODE
LOW…agent-system-starter/agents/content_builder/adk_app.py167CODE
LOW…tem/multi-agent-system-starter/agents/judge/adk_app.py167CODE
LOW…ulti-agent-system-starter/agents/researcher/adk_app.py167CODE
LOW…ti-agent-system-starter/agents/orchestrator/adk_app.py167CODE
LOW…nt-system/multi-agent-system-starter/shared/adk_app.py167CODE
LOW…ataflow/demos/shuffle_service/shuffle_demo_pipeline.py35CODE
LOW…mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py119CODE
LOW…recommend/endtoend/airflow/plugins/gae_admin_plugin.py119CODE
LOW…s/serving/application/lib/googleapiclient/discovery.py174CODE
LOW…ured/labs/serving/application/lib/httplib2/__init__.py1244CODE
LOW…ured/labs/serving/application/lib/httplib2/__init__.py1481CODE
LOW…ured/labs/serving/application/lib/httplib2/__init__.py1506CODE
LOW…red/labs/serving/application/lib/jinja2/environment.py264CODE
LOW…red/labs/serving/application/lib/jinja2/environment.py356CODE
LOW…red/labs/serving/application/lib/jinja2/environment.py919CODE
LOW…tured/labs/serving/application/lib/werkzeug/serving.py788CODE
LOW…tured/labs/serving/application/lib/werkzeug/serving.py834CODE
LOW…ructured/labs/serving/application/lib/werkzeug/test.py340CODE
LOW…ructured/labs/serving/application/lib/werkzeug/test.py849CODE
LOW…tured/labs/serving/application/lib/werkzeug/routing.py627CODE
LOW…tured/labs/serving/application/lib/werkzeug/routing.py1327CODE
LOW…ructured/labs/serving/application/lib/werkzeug/http.py1086CODE
LOW…ructured/labs/serving/application/lib/werkzeug/urls.py842CODE
LOW…ing/application/lib/werkzeug/wrappers/base_response.py429CODE
LOW…s/serving/application/lib/werkzeug/contrib/sessions.py330CODE
LOW…rving/application/lib/werkzeug/contrib/securecookie.py327CODE
LOW…abs/serving/application/lib/werkzeug/debug/__init__.py261CODE
LOW…/structured/labs/serving/application/lib/click/core.py213CODE
LOW…/structured/labs/serving/application/lib/click/core.py794CODE
LOW…/structured/labs/serving/application/lib/click/core.py1333CODE
LOW…/structured/labs/serving/application/lib/click/core.py1540CODE
LOW…structured/labs/serving/application/lib/click/types.py490CODE
LOW…tructured/labs/serving/application/lib/click/termui.py55CODE
LOW…tructured/labs/serving/application/lib/click/termui.py261CODE
LOW…tructured/labs/serving/application/lib/click/termui.py372CODE
LOW…red/labs/serving/application/lib/click/_termui_impl.py56CODE
LOW…ed/labs/serving/application/lib/oauth2client/client.py1618CODE
LOW…ed/labs/serving/application/lib/oauth2client/client.py2093CODE
LOW…ed/labs/serving/application/lib/oauth2client/client.py1812CODE
LOW…ving/application/lib/oauth2client/contrib/appengine.py523CODE
LOW…/deepdive2/structured/labs/babyweight/trainer/model.py179CODE
LOW…s/serving/application/lib/googleapiclient/discovery.py174CODE
LOW…solutions/serving/application/lib/httplib2/__init__.py1244CODE
LOW…solutions/serving/application/lib/httplib2/__init__.py1481CODE
LOW…solutions/serving/application/lib/httplib2/__init__.py1506CODE
LOW…olutions/serving/application/lib/jinja2/environment.py264CODE
LOW…olutions/serving/application/lib/jinja2/environment.py356CODE
129 more matches not shown…
Fake / Example Data144 hits · 144 pts
SeverityFileLineSnippetContext
LOW…oud-hero/optional-kubernetes-engine/tests/test_auth.py37 id_token={'sub': '123', 'email': 'user@example.com'},CODE
LOW…allenge-starter/terraform/modules/foundation/README.md25 quota_contact_email = "admin@example.com"CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py23 result = _send("user@example.com", "Test Subject", "Test Body")CODE
LOW…way-challenge-starter/src/corporate-email/test_main.py26 assert result["to"] == "user@example.com"CODE
LOW…-egress-gateway/terraform/modules/foundation/README.md25 quota_contact_email = "admin@example.com"CODE
LOW…-agent-egress-gateway/src/corporate-email/test_main.py23 result = _send("user@example.com", "Test Subject", "Test Body")CODE
LOW…-agent-egress-gateway/src/corporate-email/test_main.py26 assert result["to"] == "user@example.com"CODE
LOW…tured/labs/serving/application/lib/jinja2/constants.py13#: list of lorem ipsum words used by the lipsum() helper functionCOMMENT
LOW…tructured/labs/serving/application/lib/jinja2/utils.py239 """Generate some lorem ipsum for the template."""STRING
LOW…red/labs/serving/application/lib/jinja2/environment.py908 >>> template.render(name='John Doe') == u'Hello John Doe!'STRING
LOW…red/labs/serving/application/lib/jinja2/environment.py910 >>> stream = template.stream(name='John Doe')STRING
LOW…/solutions/serving/application/lib/jinja2/constants.py13#: list of lorem ipsum words used by the lipsum() helper functionCOMMENT
LOW…ured/solutions/serving/application/lib/jinja2/utils.py239 """Generate some lorem ipsum for the template."""STRING
LOW…olutions/serving/application/lib/jinja2/environment.py908 >>> template.render(name='John Doe') == u'Hello John Doe!'STRING
LOW…olutions/serving/application/lib/jinja2/environment.py910 >>> stream = template.stream(name='John Doe')STRING
LOW…nd_ml/labs/serving/application/lib/jinja2/constants.py13#: list of lorem ipsum words used by the lipsum() helper functionCOMMENT
LOW…to_end_ml/labs/serving/application/lib/jinja2/utils.py239 """Generate some lorem ipsum for the template."""STRING
LOW…_ml/labs/serving/application/lib/jinja2/environment.py908 >>> template.render(name='John Doe') == u'Hello John Doe!'STRING
LOW…_ml/labs/serving/application/lib/jinja2/environment.py910 >>> stream = template.stream(name='John Doe')STRING
LOW…/solutions/serving/application/lib/jinja2/constants.py13#: list of lorem ipsum words used by the lipsum() helper functionCOMMENT
LOW…d_ml/solutions/serving/application/lib/jinja2/utils.py239 """Generate some lorem ipsum for the template."""STRING
LOW…olutions/serving/application/lib/jinja2/environment.py908 >>> template.render(name='John Doe') == u'Hello John Doe!'STRING
LOW…olutions/serving/application/lib/jinja2/environment.py910 >>> stream = template.stream(name='John Doe')STRING
LOW…watson/source/model-source-code/tf-model/input_data.py61 def __init__(self, images, labels, fake_data=False):CODE
LOW…watson/source/model-source-code/tf-model/input_data.py62 if fake_data:CODE
LOW…watson/source/model-source-code/tf-model/input_data.py98 def next_batch(self, batch_size, fake_data=False):CODE
LOW…watson/source/model-source-code/tf-model/input_data.py100 if fake_data:CODE
LOW…watson/source/model-source-code/tf-model/input_data.py123def read_data_sets(train_images_file, train_labels_file, test_images_file, test_labels_file, fake_data=False, one_hot=FaCODE
LOW…watson/source/model-source-code/tf-model/input_data.py127 if fake_data:CODE
LOW…watson/source/model-source-code/tf-model/input_data.py128 data_sets.train = DataSet([], [], fake_data=True)CODE
LOW…watson/source/model-source-code/tf-model/input_data.py129 data_sets.validation = DataSet([], [], fake_data=True)CODE
LOW…watson/source/model-source-code/tf-model/input_data.py130 data_sets.test = DataSet([], [], fake_data=True)CODE
LOW…-spanner/omegatrade/backend/sample-data/companies.json3 "companyName": "Acme Corp",CODE
LOW…ns/bonus/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ns/start/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ions/end/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…rt/server/public/client/app/quizzes/quiz-controller.js26 qc.user = {email:'test@test.com'};CODE
LOW…nd/server/public/client/app/quizzes/quiz-controller.js14 qc.user = {email:'test@test.com'};CODE
LOW…/start/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ne/end/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…/start/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ng/end/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…us/server/public/client/app/quizzes/quiz-controller.js14 qc.user = {email:'test@test.com'};CODE
LOW…rt/server/public/client/app/quizzes/quiz-controller.js14 qc.user = {email:'test@test.com'};CODE
LOW…nd/server/public/client/app/quizzes/quiz-controller.js14 qc.user = {email:'test@test.com'};CODE
LOW…ts/bonus/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ts/start/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ints/end/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…er/bonus/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…er/start/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…nner/end/server/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…/start/quiz-app/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ng/end/quiz-app/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…/bonus/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…/start/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…ne/end/frontend/public/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…art/quiz/webapp/static/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…end/quiz/webapp/static/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…end/quiz/webapp/static/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
LOW…end/quiz/webapp/static/client/app/auth/auth-factory.js26 email: 'app.dev.student@example.org',CODE
84 more matches not shown…
Structural Annotation Overuse63 hits · 112 pts
SeverityFileLineSnippetContext
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py27# Step 5: Tag your element with the keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py33# Step 8: Parse your results from the predictionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py61 # Step 3: Create the pipeline to read from the input topicCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py68 # Step 4: Window the incoming elementCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py73 # Step 5: Tag your element with the keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py77 # Step 6: Create the model handlerCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py83 # Step 7: Submit the input to the model for a resultCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py92 # Step 8: Parse your results from the predictionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py99 # Step 9: Do a simple MAP and printCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py103 # Step 10: Filter your data on the result keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py108 # Step 11: Submit the messages to Pub/Sub for further actionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py116 # Step 12: Execute your pipelineCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py104 # Step 1: Create the model handlerCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py108 # Step 2: Submit the input into the model for a resultCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py118 # Step 3: Join your results togetherCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py125 # Step 4: Transform your joined results into a stringCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py131 # Step 6: Join your results togetherCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py39 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py60 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py78 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py101 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py125 # Step 5: Deploy the trained model to AppEngineCOMMENT
LOW…gs/microservices-demo-1/hack/make-release-artifacts.sh38# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOWblogs/microservices-demo-1/release/istio-manifests.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…microservices-demo-1/release/kubernetes-manifests.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…tarter/.agents/skills/agent-platform-debugger/SKILL.md137### Step 0: Establish context & Verify accessCOMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py88 # Step 1: Delete existing agents by display name (must happen beforeCOMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py112 # Step 2: Delete existing authorizations by prefix (now unlinked).COMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py139 # Step 3: Create authorization with timestamp-suffixed ID.COMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py179 # Step 4: Create agent registrationCOMMENT
LOW…ateway/.agents/skills/agent-platform-debugger/SKILL.md137### Step 0: Establish context & Verify accessCOMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py88 # Step 1: Delete existing agents by display name (must happen beforeCOMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py112 # Step 2: Delete existing authorizations by prefix (now unlinked).COMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py139 # Step 3: Create authorization with timestamp-suffixed ID.COMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py179 # Step 4: Create agent registrationCOMMENT
LOW…es/ahybrid/v1.0/AHYBRID081/boutique/east/services.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…brid/v1.0/AHYBRID081/boutique/east/istio-defaults.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…ahybrid/v1.0/AHYBRID081/boutique/east/deployments.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…es/ahybrid/v1.0/AHYBRID081/boutique/west/services.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…brid/v1.0/AHYBRID081/boutique/west/istio-defaults.yaml16# WARNING: This file is autogenerated. Do not manually edit.COMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py106 # Step 2: hyperparam trainCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py123 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py137 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py39 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py60 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py78 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py101 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py125 # Step 5: Deploy the trained model to AppEngineCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py106 # Step 2: hyperparam trainCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py123 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py137 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
3 more matches not shown…
Verbosity Indicators53 hits · 92 pts
SeverityFileLineSnippetContext
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py27# Step 5: Tag your element with the keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py33# Step 8: Parse your results from the predictionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py61 # Step 3: Create the pipeline to read from the input topicCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py68 # Step 4: Window the incoming elementCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py73 # Step 5: Tag your element with the keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py77 # Step 6: Create the model handlerCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py83 # Step 7: Submit the input to the model for a resultCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py92 # Step 8: Parse your results from the predictionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py99 # Step 9: Do a simple MAP and printCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py103 # Step 10: Filter your data on the result keyCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py108 # Step 11: Submit the messages to Pub/Sub for further actionCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py116 # Step 12: Execute your pipelineCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py104 # Step 1: Create the model handlerCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py108 # Step 2: Submit the input into the model for a resultCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py118 # Step 3: Join your results togetherCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py125 # Step 4: Transform your joined results into a stringCOMMENT
LOW…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py131 # Step 6: Join your results togetherCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py39 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py60 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py78 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py101 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOWquests/endtoendml/labs/pipelines/mlp_babyweight.py125 # Step 5: Deploy the trained model to AppEngineCOMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py88 # Step 1: Delete existing agents by display name (must happen beforeCOMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py112 # Step 2: Delete existing authorizations by prefix (now unlinked).COMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py139 # Step 3: Create authorization with timestamp-suffixed ID.COMMENT
LOW…y-challenge-starter/src/mortgage-agent/deploy_agent.py179 # Step 4: Create agent registrationCOMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py88 # Step 1: Delete existing agents by display name (must happen beforeCOMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py112 # Step 2: Delete existing authorizations by prefix (now unlinked).COMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py139 # Step 3: Create authorization with timestamp-suffixed ID.COMMENT
LOW…gent-egress-gateway/src/mortgage-agent/deploy_agent.py179 # Step 4: Create agent registrationCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py106 # Step 2: hyperparam trainCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py123 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…ctured/pipelines/containers/pipeline/mlp_babyweight.py137 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py39 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py60 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py78 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py101 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…earning/deepdive/05_review/pipelines/mlp_babyweight.py125 # Step 5: Deploy the trained model to AppEngineCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py106 # Step 2: hyperparam trainCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py123 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…l/labs/pipelines/containers/pipeline/mlp_babyweight.py137 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py43 # Step 1: create training dataset using Apache Beam on Cloud DataflowCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py58 # Step 2: Do hyperparameter tuning of the model on Cloud ML EngineCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py72 # Step 5: Deploy web appCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py106 # Step 2: hyperparam trainCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py123 # Step 3: Train the model some more, but on the pipelines cluster itselfCOMMENT
LOW…utions/pipelines/containers/pipeline/mlp_babyweight.py137 # Step 4: Deploy the trained model to Cloud ML EngineCOMMENT
Redundant / Tautological Comments49 hits · 75 pts
SeverityFileLineSnippetContext
LOWquests/dataflow/batch_event_generator.py184 # Iterate over the list of filepaths & remove each file.COMMENT
LOWquests/dataflow/generate_batch_events.sh16# Set BUCKET to the non-coldline Google Cloud Storage bucketCOMMENT
LOWquests/dataflow_python/batch_event_generator.py184 # Iterate over the list of filepaths & remove each file.COMMENT
LOWquests/dataflow_python/generate_batch_events.sh16# Set BUCKET to the non-coldline Google Cloud Storage bucketCOMMENT
LOWquests/rl/dqn/trainer/trainer.py232 # Check if output directory is google cloud and save there if so.COMMENT
LOWquests/rl/a2c/templates/trainer.py237 # Check if output directory is google cloud and save there if so.COMMENT
LOWquests/dataflow_scala/batch_event_generator.py184 # Iterate over the list of filepaths & remove each file.COMMENT
LOWquests/dataflow_scala/generate_batch_events.sh16# Set BUCKET to the non-coldline Google Cloud Storage bucketCOMMENT
LOW…/batch_normalization/mnist_classifier/trainer/model.py24# Set logging to be level of INFOCOMMENT
LOWblogs/gcp_forecasting/tf_module/trainer/model.py3# Set logging to be level of INFOCOMMENT
LOW…agent-system/multi-agent-system-skills-starter/init.sh15# Check if a project ID file already exists and points to a valid projectCOMMENT
LOW…agent-system/multi-agent-system-skills-starter/init.sh21 # Check if the project actually exists in GCP and we have permission to see itCOMMENT
LOW…-multi-agent-system/multi-agent-system-starter/init.sh15# Check if a project ID file already exists and points to a valid projectCOMMENT
LOW…-multi-agent-system/multi-agent-system-starter/init.sh21 # Check if the project actually exists in GCP and we have permission to see itCOMMENT
LOW…en_project/ASL_youtube8m_models/video/trainer/model.py19# Set logging to be level of INFOCOMMENT
LOW…en_project/ASL_youtube8m_models/video/trainer/model.py33 # Read files from file_pattern which provided by argsCOMMENT
LOW…en_project/ASL_youtube8m_models/frame/trainer/model.py19# Set logging to be level of INFOCOMMENT
LOW…en_project/ASL_youtube8m_models/frame/trainer/model.py64 # Read files from file_pattern which provided by argsCOMMENT
LOW…ction_models/meta_models/model_module/trainer/model.py25# Set logging to be level of INFOCOMMENT
LOW…on/anomaly_detection_module/trainer/autoencoder_pca.py286 # Check if batch is a singleton, very important for covariance mathCOMMENT
LOW…el_selection/anomaly_detection_module/trainer/model.py7# Set logging to be level of INFOCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py109 # Check if inner dimension is greater than 1 to calculate covariance matrixCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py123 # Assign values to variables, use control dependencies around return toCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py169 # Check if inner dimension is greater than 1 to calculate covariance matrixCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py184 # Assign values to variables, use control dependencies around return toCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py316 # Check if inner dimension is greater than 1 to calculate covariance matrixCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py331 # Assign values to variables, use control dependencies around return toCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py393 # Check if inner dimension is greater than 1 to calculate covariance matrixCOMMENT
LOW…ule/trainer/calculate_error_distribution_statistics.py410 # Assign values to variables, use control dependencies around return toCOMMENT
LOW…end/composer_gcf_trigger/dataflow/process_delimited.py97 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOW…abs/composer_gcf_trigger/dataflow/process_delimited.py97 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOW…uctured/labs/serving/application/lib/httplib2/socks.py369 # Check if the destination address provided is an IP addressCOMMENT
LOW…labs/serving/application/lib/oauth2client/transport.py168 # Check if the body is a file-like stream.COMMENT
LOW…/lib/oauth2client/contrib/multiprocess_file_storage.py267 # Check if the credential is already in memory.COMMENT
LOW…ed/solutions/serving/application/lib/httplib2/socks.py369 # Check if the destination address provided is an IP addressCOMMENT
LOW…ions/serving/application/lib/oauth2client/transport.py168 # Check if the body is a file-like stream.COMMENT
LOW…/lib/oauth2client/contrib/multiprocess_file_storage.py267 # Check if the credential is already in memory.COMMENT
LOW…_end_ml/labs/serving/application/lib/httplib2/socks.py369 # Check if the destination address provided is an IP addressCOMMENT
LOW…labs/serving/application/lib/oauth2client/transport.py168 # Check if the body is a file-like stream.COMMENT
LOW…/lib/oauth2client/contrib/multiprocess_file_storage.py267 # Check if the credential is already in memory.COMMENT
LOW…ml/solutions/serving/application/lib/httplib2/socks.py369 # Check if the destination address provided is an IP addressCOMMENT
LOW…ions/serving/application/lib/oauth2client/transport.py168 # Check if the body is a file-like stream.COMMENT
LOW…/lib/oauth2client/contrib/multiprocess_file_storage.py267 # Check if the credential is already in memory.COMMENT
LOWcourses/ai-agents-with-databases/terraform/main.tf418 # Check if the flag file exists. If it does, skip the Dataflow job.COMMENT
LOW…mos/composer_gcf_trigger/dataflow/process_delimited.py97 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOWcourses/dw-pso/dataflow_python_examples/image_labels.py118 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOW…rses/dw-pso/dataflow_python_examples/data_ingestion.py103 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOW…ses/dw-pso/dataflow_python_examples/data_enrichment.py170 # Read the file. This is the source of the pipeline. All furtherCOMMENT
LOW…dw-pso/dataflow_python_examples/data_transformation.py141 # Read the file. This is the source of the pipeline. All furtherCOMMENT
Modern AI Meta-Vocabulary23 hits · 75 pts
SeverityFileLineSnippetContext
MEDIUMblogs/microservices-demo-1/hack/make-docker-images.sh17# Builds and pushes docker image for each demo microservice.COMMENT
MEDIUM…-paced-labs/private-embedded-looker/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUM…ent-system/multi-agent-system-skills-starter/README.md21 ├── researcher/ # Researcher agent, A2A microserviceCODE
MEDIUM…ent-system/multi-agent-system-skills-starter/README.md22 ├── judge/ # Judge agent, A2A microserviceCODE
MEDIUM…ent-system/multi-agent-system-skills-starter/README.md23 └── content_builder/ # Content Builder agent, A2A microserviceCODE
MEDIUM…ent-system-skills-starter/agents/orchestrator/agent.py95# TODO 3: Construct the orchestration loop and sequential pipeline agents below.COMMENT
MEDIUM…ulti-agent-system/multi-agent-system-starter/README.md21 ├── researcher/ # Researcher agent, A2A microserviceCODE
MEDIUM…ulti-agent-system/multi-agent-system-starter/README.md22 ├── judge/ # Judge agent, A2A microserviceCODE
MEDIUM…ulti-agent-system/multi-agent-system-starter/README.md23 └── content_builder/ # Content Builder agent, A2A microserviceCODE
MEDIUM…ulti-agent-system-starter/agents/orchestrator/agent.py90# TODO 3: Construct the orchestration loop and sequential pipeline agents (replacing the placeholders below).COMMENT
MEDIUM…allenge-starter/src/mortgage-agent/tests/test_agent.py249 # Anti-hallucination guardrails are in place.COMMENT
MEDIUM…allenge-starter/src/mortgage-agent/tests/test_agent.py249 # Anti-hallucination guardrails are in place.COMMENT
MEDIUM…allenge-starter/src/mortgage-agent/tests/test_agent.py299 # exact names (preventing hallucination).COMMENT
MEDIUM…ay-challenge-starter/src/mortgage-agent/agent/agent.py138# hallucination) and the `list_mcp_connections` introspection tool can reportCOMMENT
MEDIUM…ay-challenge-starter/src/mortgage-agent/agent/agent.py156# render an empty instruction and reintroduce the hallucination this cachingCOMMENT
MEDIUM…ay-challenge-starter/src/mortgage-agent/agent/agent.py182# actually wired up — the LLM can't hallucinate a prefix it never sees.COMMENT
MEDIUM…-egress-gateway/src/mortgage-agent/tests/test_agent.py249 # Anti-hallucination guardrails are in place.COMMENT
MEDIUM…-egress-gateway/src/mortgage-agent/tests/test_agent.py249 # Anti-hallucination guardrails are in place.COMMENT
MEDIUM…-egress-gateway/src/mortgage-agent/tests/test_agent.py299 # exact names (preventing hallucination).COMMENT
MEDIUM…agent-egress-gateway/src/mortgage-agent/agent/agent.py138# hallucination) and the `list_mcp_connections` introspection tool can reportCOMMENT
MEDIUM…agent-egress-gateway/src/mortgage-agent/agent/agent.py156# render an empty instruction and reintroduce the hallucination this cachingCOMMENT
MEDIUM…agent-egress-gateway/src/mortgage-agent/agent/agent.py182# actually wired up — the LLM can't hallucinate a prefix it never sees.COMMENT
MEDIUMcourses/cloud-spanner/omegatrade/frontend/README.md9## Code scaffoldingCOMMENT
AI Slop Vocabulary47 hits · 70 pts
SeverityFileLineSnippetContext
MEDIUM…3_Batch_Analytics/lab/batch_minute_traffic_pipeline.py33 # command-line argument is the more robust and explicit way to handle dependencies.COMMENT
LOW…n/anomaly_detection_module/trainer/autoencoder_lstm.py209 # We just pass on the final c and h states of the encoder"s last layer,COMMENT
MEDIUM…uctured/labs/serving/application/lib/flask/sessions.py139 """The basic interface you have to implement in order to replace theSTRING
MEDIUM…2/structured/labs/serving/application/lib/flask/app.py1836 """Can be overridden in order to modify the response objectSTRING
MEDIUM…tured/labs/serving/application/lib/pyasn1/type/univ.py945 # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harnessCOMMENT
LOW…ctured/labs/serving/application/lib/jinja2/compiler.py854 # if we have a known extends we just add a template runtimeCOMMENT
LOW…ured/labs/serving/application/lib/jinja2/idtracking.py92 # Otherwise we can just set it to undefined.COMMENT
LOW…uctured/labs/serving/application/lib/jinja2/runtime.py33#: a string. We can just use the text type here.COMMENT
LOW…uctured/labs/serving/application/lib/jinja2/bccache.py227 # explicitly forced otherwise. We can just use that.COMMENT
LOW…uctured/labs/serving/application/lib/werkzeug/local.py18# since each thread has its own greenlet we can just use those as identifiersCOMMENT
MEDIUM…ured/labs/serving/application/lib/werkzeug/__init__.py23 """Wrap a module in order to raise """STRING
LOW…ructured/labs/serving/application/lib/werkzeug/http.py252 # a UNC path, then just return the value without quotes. Using theSTRING
LOW…rving/application/lib/werkzeug/contrib/securecookie.py46 # don't use this key but a different one; you could just useCOMMENT
MEDIUM…ed/solutions/serving/application/lib/flask/sessions.py139 """The basic interface you have to implement in order to replace theSTRING
MEDIUM…uctured/solutions/serving/application/lib/flask/app.py1836 """Can be overridden in order to modify the response objectSTRING
MEDIUM…/solutions/serving/application/lib/pyasn1/type/univ.py945 # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harnessCOMMENT
LOW…d/solutions/serving/application/lib/jinja2/compiler.py854 # if we have a known extends we just add a template runtimeCOMMENT
LOW…solutions/serving/application/lib/jinja2/idtracking.py92 # Otherwise we can just set it to undefined.COMMENT
LOW…ed/solutions/serving/application/lib/jinja2/runtime.py33#: a string. We can just use the text type here.COMMENT
LOW…ed/solutions/serving/application/lib/jinja2/bccache.py227 # explicitly forced otherwise. We can just use that.COMMENT
LOW…ed/solutions/serving/application/lib/werkzeug/local.py18# since each thread has its own greenlet we can just use those as identifiersCOMMENT
MEDIUM…solutions/serving/application/lib/werkzeug/__init__.py23 """Wrap a module in order to raise """STRING
LOW…red/solutions/serving/application/lib/werkzeug/http.py252 # a UNC path, then just return the value without quotes. Using theSTRING
LOW…rving/application/lib/werkzeug/contrib/securecookie.py46 # don't use this key but a different one; you could just useCOMMENT
MEDIUM…_end_ml/labs/serving/application/lib/flask/sessions.py139 """The basic interface you have to implement in order to replace theSTRING
MEDIUM…nd_to_end_ml/labs/serving/application/lib/flask/app.py1836 """Can be overridden in order to modify the response objectSTRING
MEDIUM…nd_ml/labs/serving/application/lib/pyasn1/type/univ.py945 # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harnessCOMMENT
LOW…end_ml/labs/serving/application/lib/jinja2/compiler.py854 # if we have a known extends we just add a template runtimeCOMMENT
LOW…d_ml/labs/serving/application/lib/jinja2/idtracking.py92 # Otherwise we can just set it to undefined.COMMENT
LOW…_end_ml/labs/serving/application/lib/jinja2/runtime.py33#: a string. We can just use the text type here.COMMENT
LOW…_end_ml/labs/serving/application/lib/jinja2/bccache.py227 # explicitly forced otherwise. We can just use that.COMMENT
LOW…_end_ml/labs/serving/application/lib/werkzeug/local.py18# since each thread has its own greenlet we can just use those as identifiersCOMMENT
MEDIUM…d_ml/labs/serving/application/lib/werkzeug/__init__.py23 """Wrap a module in order to raise """STRING
LOW…o_end_ml/labs/serving/application/lib/werkzeug/http.py252 # a UNC path, then just return the value without quotes. Using theSTRING
LOW…rving/application/lib/werkzeug/contrib/securecookie.py46 # don't use this key but a different one; you could just useCOMMENT
MEDIUM…ml/solutions/serving/application/lib/flask/sessions.py139 """The basic interface you have to implement in order to replace theSTRING
MEDIUM…_end_ml/solutions/serving/application/lib/flask/app.py1836 """Can be overridden in order to modify the response objectSTRING
MEDIUM…/solutions/serving/application/lib/pyasn1/type/univ.py945 # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harnessCOMMENT
LOW…l/solutions/serving/application/lib/jinja2/compiler.py854 # if we have a known extends we just add a template runtimeCOMMENT
LOW…solutions/serving/application/lib/jinja2/idtracking.py92 # Otherwise we can just set it to undefined.COMMENT
LOW…ml/solutions/serving/application/lib/jinja2/runtime.py33#: a string. We can just use the text type here.COMMENT
LOW…ml/solutions/serving/application/lib/jinja2/bccache.py227 # explicitly forced otherwise. We can just use that.COMMENT
LOW…ml/solutions/serving/application/lib/werkzeug/local.py18# since each thread has its own greenlet we can just use those as identifiersCOMMENT
MEDIUM…solutions/serving/application/lib/werkzeug/__init__.py23 """Wrap a module in order to raise """STRING
LOW…_ml/solutions/serving/application/lib/werkzeug/http.py252 # a UNC path, then just return the value without quotes. Using theSTRING
LOW…rving/application/lib/werkzeug/contrib/securecookie.py46 # don't use this key but a different one; you could just useCOMMENT
MEDIUM…deepdive2/production_ml/labs/samples/core/iris/iris.py69# Note: if one deployed KFP from GKE marketplace, it's possible to leverageCOMMENT
AI Response Leakage5 hits · 38 pts
SeverityFileLineSnippetContext
HIGHquests/iotlab/cloudiot_mqtt_example_json.py164 # describes additional callbacks that Paho supports. In this example, theCOMMENT
HIGHquests/iotlab/cloudiot_mqtt_example.py163 # describes additional callbacks that Paho supports. In this example, theCOMMENT
HIGHself-paced-labs/cloud-iot-core/cloudiot_mqtt_example.py163 # describes additional callbacks that Paho supports. In this example, theCOMMENT
HIGH…labs/samples/contrib/kubeflow-katib/mpi-job-horovod.py3# In this example you will create Katib Experiment using Bayesian optimization algorithm.COMMENT
HIGH…labs/samples/contrib/kubeflow-katib/mpi-job-horovod.py64 # In this example we tune learning rate and number of training steps.COMMENT
Slop Phrases18 hits · 36 pts
SeverityFileLineSnippetContext
MEDIUM…tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py43 # The arbitrary value is just for demonstration purposesCOMMENT
MEDIUM…tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py41 # The arbitrary value is just for demonstration purposesCOMMENT
MEDIUM…che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py42 # The arbitrary value is just for demonstration purposesCOMMENT
MEDIUM…che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py42 # The arbitrary value is just for demonstration purposesCOMMENT
MEDIUM…ced-labs/cloud-hero/optional-kubernetes-engine/main.py27# If you were using another task queue, such as celery or rq, you can use thisCOMMENT
MEDIUM…tured/labs/serving/application/lib/werkzeug/routing.py69 And here is how you can match URLs:STRING
MEDIUM…labs/serving/application/lib/werkzeug/contrib/cache.py26 Here is a simple example of how to cache a sidebar for 5 minutes::STRING
MEDIUM…/solutions/serving/application/lib/werkzeug/routing.py69 And here is how you can match URLs:STRING
MEDIUM…ions/serving/application/lib/werkzeug/contrib/cache.py26 Here is a simple example of how to cache a sidebar for 5 minutes::STRING
MEDIUM…nd_ml/labs/serving/application/lib/werkzeug/routing.py69 And here is how you can match URLs:STRING
MEDIUM…labs/serving/application/lib/werkzeug/contrib/cache.py26 Here is a simple example of how to cache a sidebar for 5 minutes::STRING
MEDIUM…/solutions/serving/application/lib/werkzeug/routing.py69 And here is how you can match URLs:STRING
MEDIUM…ions/serving/application/lib/werkzeug/contrib/cache.py26 Here is a simple example of how to cache a sidebar for 5 minutes::STRING
MEDIUM…deepdive2/production_ml/labs/samples/core/iris/iris.py49# utility function is in iris_utils.py. Feel free to customize as needed.COMMENT
MEDIUM…oduction_ml/labs/samples/v2/hello_world/hello_world.py33 ) # you can also use load_component_from_urlCODE
LOWcourses/streaming/publish/pubsub_pull.py14# make sure you have pubsub installed. On cloud shell you can just runCOMMENT
LOWcourses/streaming/publish/pubsub_pull.py29# make sure you replace "javier" with your project nameCOMMENT
MEDIUM…ata-engineering/demos/bq_parquet_demo/bq_to_parquet.sh8# do the conversion and you can change the query below to export a differentCOMMENT
Magic Placeholder Names4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHcourses/unstructured/03-dataprocML.py35APIKEY="your-api-key" # CHANGECODE
HIGHcourses/unstructured/stagelabs.sh36 sed -i "s/your-api-key/$APIKEY/" *dataprocML.pyCODE
HIGHcourses/unstructured/01-dataprocML.py35APIKEY="your-api-key" # CHANGECODE
HIGHcourses/unstructured/02-dataprocML.py35APIKEY="your-api-key" # CHANGECODE
Dead Code9 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUM…/microservices-demo-1/src/emailservice/email_server.py71CODE
MEDIUM…learning/deepdive/10_recommend/labs/walsmodel/model.py105CODE
MEDIUM…learning/deepdive/10_recommend/labs/walsmodel/model.py108CODE
MEDIUM…hine_learning/deepdive/10_recommend/walsmodel/model.py110CODE
MEDIUM…hine_learning/deepdive/10_recommend/walsmodel/model.py113CODE
MEDIUM…epdive2/recommendation_systems/labs/walsmodel/model.py105CODE
MEDIUM…epdive2/recommendation_systems/labs/walsmodel/model.py108CODE
MEDIUM…e2/recommendation_systems/solutions/walsmodel/model.py110CODE
MEDIUM…e2/recommendation_systems/solutions/walsmodel/model.py113CODE
Overly Generic Function Names8 hits · 4 pts
SeverityFileLineSnippetContext
LOW…/labs/serving/application/lib/oauth2client/_helpers.py86 def my_method(self, pos1, kwonly1=None):STRING
LOW…/labs/serving/application/lib/oauth2client/_helpers.py91 def my_method(cls, pos1, kwonly1=None):STRING
LOW…tions/serving/application/lib/oauth2client/_helpers.py86 def my_method(self, pos1, kwonly1=None):STRING
LOW…tions/serving/application/lib/oauth2client/_helpers.py91 def my_method(cls, pos1, kwonly1=None):STRING
LOW…/labs/serving/application/lib/oauth2client/_helpers.py86 def my_method(self, pos1, kwonly1=None):STRING
LOW…/labs/serving/application/lib/oauth2client/_helpers.py91 def my_method(cls, pos1, kwonly1=None):STRING
LOW…tions/serving/application/lib/oauth2client/_helpers.py86 def my_method(self, pos1, kwonly1=None):STRING
LOW…tions/serving/application/lib/oauth2client/_helpers.py91 def my_method(cls, pos1, kwonly1=None):STRING
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…ackage/pipeline/StreamingMinuteTrafficSQLPipeline.java136 // TODO: implement steps in the pipelineCOMMENT
LOW…/deepdive/03_tensorflow/labs/taxifare/trainer/model.py37# TODO: Add input functionCOMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…ata-engineering/demos/bq_parquet_demo/bq_to_parquet.py8# Usage:COMMENT
LOW…ata-engineering/demos/bq_parquet_demo/bq_to_parquet.sh11# Usage:COMMENT