(self)
| 1142 | ] |
| 1143 | |
| 1144 | def test_valid_str(self): |
| 1145 | self.assert_roundtrip_not_equal([ |
| 1146 | *self.VALID_SCRIPTS, |
| 1147 | ], expecttype=types.CodeType) |
| 1148 | |
| 1149 | def test_invalid_str(self): |
| 1150 | self.assert_not_shareable([ |
nothing calls this directly
no test coverage detected