def __init__(self, api_key, shared_secret, httplib2_inst=None):
"""Override init to add consumer"""
super(ThreeLegged, self).__init__(
api_key, shared_secret, httplib2_inst)
self.consumer = oauth.Consumer(self.api_key, self.secret)
__init__.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录