DEV: is called right before the current layer is dissected
(self, s)
| 1028 | return s |
| 1029 | |
| 1030 | def pre_dissect(self, s): |
| 1031 | # type: (bytes) -> bytes |
| 1032 | """DEV: is called right before the current layer is dissected""" |
| 1033 | return s |
| 1034 | |
| 1035 | def do_dissect(self, s): |
| 1036 | # type: (bytes) -> bytes |