2d2e5c6f42b6f4b8ab4f68985b1fd7823e3be505,docs/stat.py,,,#,6

Before Change



    title = content.split("\n")[0].replace("// ", "")

    if title in titles_to_be_excluded:
        continue

    ckpts = set(x.lower().strip()
                for x in re.findall(r"\[model\]\((https?.*)\)", content))

    if len(ckpts) == 0:

After Change


        continue

    _papertype = [x for x in re.findall(r"\[([A-Z]+)\]", content)]
    assert len(_papertype) > 0
    papertype = _papertype[0]

    paper = set([(papertype, title)])
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: open-mmlab/mmdetection
Commit Name: 2d2e5c6f42b6f4b8ab4f68985b1fd7823e3be505
Time: 2021-01-13
Author: 35596075+congee524@users.noreply.github.com
File Name: docs/stat.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 5e357b6dbb7ce3fcb945cd88b45156115e51faf7
Time: 2019-08-15
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/depend/analysis.py
Class Name: PyiModuleGraph
Method Name: add_hiddenimports


Project Name: oddt/oddt
Commit Name: 178b1bc846ab4546c809771ae5fc2484790fd702
Time: 2018-05-17
Author: martasd@ibb.waw.pl
File Name: rdkit_fixer.py
Class Name:
Method Name: IsResidueConnected