(self, pkt, x)
| 2494 | return x |
| 2495 | |
| 2496 | def valueof(self, pkt, x): |
| 2497 | fld, val = self._find_fld_pkt_val(pkt, x) |
| 2498 | return fld.valueof(pkt, x.value) |
| 2499 | |
| 2500 | |
| 2501 | class NDRUnionField(NDRConstructedType, _NDRUnionField): |
nothing calls this directly
no test coverage detected