generate-data.py [198:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                cparams = base.copy()
                cparams["signature"] = sgn_group
                queries.append(
                    Query(
                        socorro.SuperSearch.URL,
                        cparams,
                        functools.partial(__trend_handler, default_trend),
                        trends,
                    )
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



generate-data.py [213:222]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            cparams = base.copy()
            cparams["signature"] = sgn_group
            queries.append(
                Query(
                    socorro.SuperSearch.URL,
                    cparams,
                    functools.partial(__trend_handler, default_trend),
                    trends,
                )
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



