Getting started
API Documentation
Development
File basename without file extension.
path (Union[str, bytes]) – file or directory name
Union
str
bytes
ext (Optional[str]) – explicit extension to be removed
Optional
basename of directory or file without extension
Examples
>>> path = "/test/file.wav" >>> basename_wo_ext(path) 'file'