(self, read_context)
| 654 | write_context.write_int32(value.f2) |
| 655 | |
| 656 | def read(self, read_context): |
| 657 | return Bar(read_context.read_int32(), read_context.read_int32()) |
| 658 | |
| 659 | |
| 660 | class RegisterClass: |
nothing calls this directly
no test coverage detected