Home
last modified time | relevance | path

Searched defs:filename_parse (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Dfilename.c41 filename_parse(const gchar *in, const gchar *filename, const gint snapshot) in filename_parse() function
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/geneset/
H A Dutils.py27 def filename_parse(fn): # type: (str) -> (Tuple[Tuple[str, str], str]) function