9b57cbd8ec711e3af33846e62ad7d1fbbdcaf5cd,mne/io/persyst/persyst.py,RawPersyst,__init__,#RawPersyst#,59

Before Change


                // extract the .dat file name
                if key == "file":
                    dat_fname = val
                    dat_path = op.dirname(dat_fname)
                    dat_fpath = op.join(curr_path, op.basename(dat_fname))

                    // determine if .dat file exists where it should
                    error_msg = f"The data path you specified " \

After Change


                patient_dict[key] = val
            // Comments (turned into mne.Annotations)
            elif section == "comments":
                comments_dict[key] = comments_dict.get(key, list()) + [val]
                num_comments += 1

        // get numerical metadata
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: mne-tools/mne-python
Commit Name: 9b57cbd8ec711e3af33846e62ad7d1fbbdcaf5cd
Time: 2021-02-01
Author: adam2392@gmail.com
File Name: mne/io/persyst/persyst.py
Class Name: RawPersyst
Method Name: __init__


Project Name: geometalab/OSMDeepOD
Commit Name: 1d70dc3a2c2793248da651f19f58e0dc42b98d86
Time: 2016-12-28
Author: samuel.kurath@gmail.com
File Name: src/data/orthofoto/wms/wms_api.py
Class Name: WmsApi
Method Name: __init__


Project Name: jazzband/django-debug-toolbar
Commit Name: 5b1fd5a96eca2522b173ea6266ecef026fab78c6
Time: 2013-10-21
Author: simon@simonmeers.com
File Name: debug_toolbar/utils/__init__.py
Class Name:
Method Name: