(x)
| 43 | |
| 44 | |
| 45 | def as_tuple(x): |
| 46 | return tuple(getattr(x, f) for f in x.__struct_fields__) |
| 47 | |
| 48 | |
| 49 | @pytest.mark.parametrize("obj, str_obj", [(UNSET, "UNSET"), (NODEFAULT, "NODEFAULT")]) |
no outgoing calls
no test coverage detected
searching dependent graphs…