__init__.py 文件源码

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

项目:pyCreeper 作者: ZcyAndWt 项目源码 文件源码
def _make_cookie(self, **kwargs):
        return cookielib.Cookie(
            version=0,
            name=kwargs.get('name', None),
            value=kwargs.get('value', None),
            port=None,
            port_specified=False,
            domain=kwargs.get('domain', None),
            domain_specified=True,
            domain_initial_dot=False,
            path=kwargs.get('path', None),
            path_specified=True,
            secure=False,
            expires=kwargs.get('expires', None),
            discard=False,
            comment=None,
            comment_url=None,
            rest=None
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号