mutapath.Path.parts

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