__init__.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:procszoo 作者: procszoo 项目源码 文件源码
def getresuid(self):
        try:
            os.getresuid
        except AttributeError:
            pass
        else:
            return os.getresuid()

        ruid = c_int()
        euid = c_int()
        suid = c_int()
        self._c_func_getresuid(ruid, euid, suid)

        return (ruid.value, euid.value, suid.value)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号