DEV: returns a string that has the same value for a request and its answer.
(self)
| 1264 | __hash__ = None # type: ignore |
| 1265 | |
| 1266 | def hashret(self): |
| 1267 | # type: () -> bytes |
| 1268 | """DEV: returns a string that has the same value for a request |
| 1269 | and its answer.""" |
| 1270 | return self.payload.hashret() |
| 1271 | |
| 1272 | def answers(self, other): |
| 1273 | # type: (Packet) -> int |
no outgoing calls
no test coverage detected