Mark a handle as the current one being compounded.
(self, handle)
| 1112 | return handle |
| 1113 | |
| 1114 | def set_compounded_handle(self, handle): |
| 1115 | """ |
| 1116 | Mark a handle as the current one being compounded. |
| 1117 | """ |
| 1118 | self.CompoundedHandle = handle |
| 1119 | |
| 1120 | def get_file_id(self, pkt): |
| 1121 | """ |
no outgoing calls
no test coverage detected