Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ setgid
Function
setgid
celery/platforms.py:518–520 ·
view source on GitHub ↗
Version of :func:`os.setgid` supporting group names.
(gid)
Source
from the content-addressed store, hash-verified
516
517
518
def
setgid(gid):
519
""
"Version of :func:`os.setgid` supporting group names."
""
520
os.setgid(parse_gid(gid))
521
522
523
def
setuid(uid):
Callers
3
test_setgid
Method · 0.90
maybe_drop_privileges
Function · 0.85
_setuid
Function · 0.85
Calls
1
parse_gid
Function · 0.85
Tested by
1
test_setgid
Method · 0.72