(self, attr)
| 2624 | return cur |
| 2625 | |
| 2626 | def getfield_and_val(self, attr): |
| 2627 | try: |
| 2628 | return Packet.getfield_and_val(self, attr) |
| 2629 | except ValueError: |
| 2630 | return self._ndrlayer().getfield_and_val(attr) |
| 2631 | |
| 2632 | def valueof(self, name): |
| 2633 | return self._ndrlayer().valueof(name) |
nothing calls this directly
no test coverage detected