Searched refs:PAYLOAD_PARAM (Results 1 – 1 of 1) sorted by relevance
89 PAYLOAD_PARAM = "__payload" variable in HugeTask146 self._payload = self.PAYLOAD_PARAM + compressed_payload211 elif body.startswith(cls.PAYLOAD_PARAM):212 compressed_payload_str = body[len(cls.PAYLOAD_PARAM):]