query.py 文件源码

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

项目:PyPlanet 作者: PyPlanet 项目源码 文件源码
def prepare(self):
        """
        Prepare the query, marshall the payload, create binary data and calculate length (size).
        """
        self.packet = dumps(self.args, methodname=self.method, allow_none=True).encode()
        self.length = len(self.packet)

        if (self.length + 8) > self._client.MAX_REQUEST_SIZE:
            raise TransportException('The prepared query is larger than the maximum request size, we will not send this query!')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号