method: path.svnurl.__iter__

*Not documented*
    def __iter__(self):

origin: PathBase

where:

function source:

def __iter__(self):
    for i in self.listdir():
        yield i