(self)
| 498 | |
| 499 | @support.cpython_only |
| 500 | def test_sizeof(self): |
| 501 | proxy = sys._getframe().f_locals |
| 502 | support.check_sizeof(self, proxy, support.calcobjsize("P")) |
| 503 | |
| 504 | @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: TypeError not raised |
| 505 | def test_unsupport(self): |
nothing calls this directly
no test coverage detected