Searched defs:_splitext (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | genericpath.py | 93 def _splitext(p, sep, altsep, extsep): function |
/external/python/cpython3/Lib/ | ||
D | genericpath.py | 117 def _splitext(p, sep, altsep, extsep): function |