MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_sizeof

Method test_sizeof

Lib/test/test_frame.py:500–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

check_sizeofMethod · 0.45

Tested by

no test coverage detected