mutapath.MutaPath.parts

MutaPath.parts()[source]
>>> Path('/foo/bar/baz').parts()
(Path('/'), 'foo', 'bar', 'baz')