85861ea5c5320518267405bef050a0dab933e069,phone_gen.py,,,#,42

Before Change


    // print type(transcripts)

    if DEBUG_LIMIT:
        ts2 = random.choice(transcripts.keys())
        cfn   = transcripts[ts2]["cfn"]
    else:
        cfn   = transcripts[ts]["cfn"]

After Change



    if DEBUG_LIMIT>0 and cnt>DEBUG_LIMIT:
        logging.warn("debug limit reached.")
        break

transcripts.save()
logging.info ("new transcripts saved.")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: gooofy/zamia-speech
Commit Name: 85861ea5c5320518267405bef050a0dab933e069
Time: 2018-02-17
Author: guenter@zamia.org
File Name: phone_gen.py
Class Name:
Method Name:


Project Name: CellProfiler/CellProfiler
Commit Name: a0f1f391dfe4448067ce7f0f795142a5f5c41661
Time: 2010-05-12
Author: thouis@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/measurements.py
Class Name:
Method Name: find_metadata_tokens


Project Name: prody/ProDy
Commit Name: f2d427008e2e8698830a0bf6aed3b5dfd635cc2e
Time: 2018-05-01
Author: shz66@pitt.edu
File Name: prody/database/pfam.py
Class Name:
Method Name: parsePfamPDBs


Project Name: BindsNET/bindsnet
Commit Name: b6240c06fb49020e2d51703a1fcfddba7e27297d
Time: 2019-06-21
Author: djsaunde@umass.edu
File Name: bindsnet/network/network.py
Class Name: Network
Method Name: run