def uids(self): real, effective, saved = cext.proc_uids(self.pid) return _common.puids(real, effective, saved)
def uids(self): """Return real, effective and saved user ids.""" real, effective, saved = cext.proc_uids(self.pid) return _common.puids(real, effective, saved)