コード例 #1
0
ファイル: _psosx.py プロジェクト: mx739150/ambari-app
 def uids(self):
     real, effective, saved = cext.proc_uids(self.pid)
     return _common.puids(real, effective, saved)
コード例 #2
0
ファイル: _psosx.py プロジェクト: dangpu/momoko
 def uids(self):
     real, effective, saved = cext.proc_uids(self.pid)
     return _common.puids(real, effective, saved)