5136d3dea3937ce38891b98883cd1d9cba42d690,robotreviewer/robots/pubmed_robot.py,PubmedRobot,annotate,#PubmedRobot#Any#,24

Before Change


                  "annotations": [],
                  "description": v_str})  

        data.gold.setdefault("marginalia", []).extend(marginalia) // gold for marginalia since this is shared
        return data

    def query_pubmed(self, pmid):

After Change


                  "annotations": [],
                  "description": v_str})  

        data.gold["pubmed"] = {"marginalia": marginalia}

        return data

    def query_pubmed(self, pmid):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: ijmarshall/robotreviewer
Commit Name: 5136d3dea3937ce38891b98883cd1d9cba42d690
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pubmed_robot.py
Class Name: PubmedRobot
Method Name: annotate


Project Name: samuelclay/NewsBlur
Commit Name: 689cb577b66ed53d483b5818cfac7195d0e37b7c
Time: 2020-12-10
Author: samuel@ofbrooklyn.com
File Name: utils/munin/newsblur_app_times.py
Class Name: NBMuninGraph
Method Name: stats


Project Name: ijmarshall/robotreviewer
Commit Name: 6384555d3ec86c1d65176b5e29afd37456a0559e
Time: 2016-08-06
Author: mail@ijmarshall.com
File Name: robotreviewer/robots/pubmed_robot.py
Class Name: PubmedRobot
Method Name: annotate


Project Name: matthewwithanm/django-imagekit
Commit Name: 62d39ccf9e54ccb8923956956af20f42e79ab426
Time: 2011-11-16
Author: matthew@exanimo.com
File Name: imagekit/processors/__init__.py
Class Name: AutoConvert
Method Name: process