method: path.svnurl.size

 Return the size of the file content of the Path. 
    def size(self):

origin: SvnPathBase

where:

function source:

def size(self):
    """ Return the size of the file content of the Path. """
    return self.info().size

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py

traceback path.svnurl.size.0