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