(self, p)
| 800 | return pkt + pay |
| 801 | |
| 802 | def build_done(self, p): |
| 803 | # type: (bytes) -> bytes |
| 804 | return self.payload.build_done(p) |
| 805 | |
| 806 | def do_build_ps(self): |
| 807 | # type: () -> Tuple[bytes, List[Tuple[Packet, List[Tuple[Field[Any, Any], str, bytes]]]]] # noqa: E501 |