mutapath.MutaPath.expand

MutaPath.expand()[source]

Clean up a filename by calling expandvars(), expanduser(), and normpath() on it.

This is commonly everything needed to clean up a filename read from a configuration file, for example.