コード例 #1
0
ファイル: _pssunos.py プロジェクト: ztop/psutil
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)
コード例 #2
0
 def gids(self):
     _, _, _, real, effective, saved = cext.proc_cred(self.pid)
     return _common.puids(real, effective, saved)