method: path.svnwc.size

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

origin: path.svnwc

where:

changes in __dict__ after execution:

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.svnwc.size.0