def extend(self, normsubpathitems): """extend path by normsubpathitems Fails on closed normsubpath. """ for normsubpathitem in normsubpathitems: self.append(normsubpathitem)