Beispiel #1
0
 def uids(self):
     real, effective, saved = cext.proc_uids(self.pid)
     return _common.puids(real, effective, saved)
Beispiel #2
0
 def uids(self):
     real, effective, saved = cext.proc_uids(self.pid)
     return _common.puids(real, effective, saved)