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
called in /home/johnny/projects/merlinux/py/dist/py/path/testing/fscommon.py