MCPcopy Index your code
hub / github.com/RustPython/RustPython / group

Method group

Lib/pathlib/__init__.py:956–961  ·  view source on GitHub ↗

Return the group name of the file gid.

(self, *, follow_symlinks=True)

Source from the content-addressed store, hash-verified

954
955 if grp:
956 def group(self, *, follow_symlinks=True):
957 """
958 Return the group name of the file gid.
959 """
960 gid = self.stat(follow_symlinks=follow_symlinks).st_gid
961 return grp.getgrgid(gid).gr_name
962 else:
963 def group(self, *, follow_symlinks=True):
964 """

Callers 15

_get_responseMethod · 0.45
Internaldate2tupleFunction · 0.45
ParseFlagsFunction · 0.45
imaplib.pyFile · 0.45
attr_matchesMethod · 0.45
format_stringFunction · 0.45
_tokenizeFunction · 0.45
_get_system_versionFunction · 0.45
replFunction · 0.45
apopMethod · 0.45
parseMethod · 0.45

Calls 2

statMethod · 0.95

Tested by 15

parseMethod · 0.36
_parse_exampleMethod · 0.36
_find_optionsMethod · 0.36
test_buffer_sizesMethod · 0.36
test_dump_ext_modulesMethod · 0.36
strtodFunction · 0.36
test_reprMethod · 0.36
test_listMethod · 0.36