method: path.local.group

 return group name of file. 
    def group(self):

origin: PosixMixin

where:

function source:

def group(self):
    """ return group name of file. """
    self._deprecated('group')
    return self.stat().group 

call sites:

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

traceback path.local.group.0

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

traceback path.local.group.1

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

traceback path.local.group.2