06103f990e84cf1a14cb0eb9cc11e114bb8052c2,ilastik/applets/dataSelection/opDataSelection.py,DatasetInfo,expand_path,#Any#Any#Any#,183

Before Change


    @classmethod
    def expand_path(cls, file_path: str, cwd: str = None) -> List[str]:
        Expands path with globs and colons into a list of absolute paths
        cwd = cwd or os.getcwd()
        pathComponents = [PathComponents(path) for path in splitPath(file_path)]
        expanded_paths = []
        missing_files = []
        for components in pathComponents:

After Change


    @classmethod
    def expand_path(cls, file_path: str, cwd: str = None) -> List[str]:
        Expands path with globs and colons into a list of absolute paths
        cwd = Path(cwd) if cwd else Path.cwd()
        pathComponents = [PathComponents(path) for path in splitPath(file_path)]
        expanded_paths = []
        missing_files = []
        for components in pathComponents:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 06103f990e84cf1a14cb0eb9cc11e114bb8052c2
Time: 2020-04-29
Author: tom.fogaca@gmail.com
File Name: ilastik/applets/dataSelection/opDataSelection.py
Class Name: DatasetInfo
Method Name: expand_path


Project Name: scikit-image/scikit-image
Commit Name: 5c2b156e65d87dcf7680ae9366b6510438f448c2
Time: 2016-12-21
Author: devel@sciunto.org
File Name: doc/ext/sphinx_gallery/docs_resolv.py
Class Name:
Method Name: _embed_code_links


Project Name: AlexEMG/DeepLabCut
Commit Name: d7896c80ae2fdfb5f96aec3fe75d14141ade4a5a
Time: 2021-03-30
Author: 30733203+jeylau@users.noreply.github.com
File Name: deeplabcut/utils/conversioncode.py
Class Name:
Method Name: analyze_videos_converth5_to_csv


Project Name: vatlab/SoS
Commit Name: 7abe62996997823e6a5894791b1806d9803e0942
Time: 2019-04-14
Author: ben.bog@gmail.com
File Name: src/sos/executor_utils.py
Class Name:
Method Name: create_task


Project Name: geometalab/OSMDeepOD
Commit Name: f1633934f7b643fbc32e014b2ae2b7ab4b9ba8a8
Time: 2015-11-15
Author: sevi_buehler@hotmail.com
File Name: src/detection/deep/Convnet.py
Class Name:
Method Name: initialize


Project Name: KhronosGroup/NNEF-Tools
Commit Name: 090d93d59bfcf4c6d52cf942d0b599935a7d1440
Time: 2019-02-26
Author: tamas.danyluk@aimotive.com
File Name: au-zone/nnef_converter/common/nnef_converter.py
Class Name: NNEFImporter
Method Name: run


Project Name: deepmipt/DeepPavlov
Commit Name: b0502b1b0c2059f314968e30596d9aca8838f266
Time: 2018-12-11
Author: yoptar@gmail.com
File Name: deeppavlov/settings.py
Class Name:
Method Name: main