__init__.py 文件源码

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

项目:UPPlatform_Python_SDK 作者: Jawbone 项目源码 文件源码
def assert_meta(self, meta):
        """
        Verify that the response metadata is correct.

        :param meta: the response meta object
        """
        self.assert_equal(meta.user_xid, self.test_user['xid'])
        self.assert_equal(meta.message, httplib.responses[httplib.OK])
        self.assert_equal(meta.code, httplib.OK)
        self.assert_datetime_within(meta.time, window=11)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号