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

Method test_doubly_nested

Lib/test/test_dis.py:2022–2026  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2020
2021 @unittest.expectedFailure # TODO: RUSTPYTHON
2022 def test_doubly_nested(self):
2023 with captured_stdout():
2024 inner = outer()()
2025 actual = dis.get_instructions(inner, first_line=expected_inner_line)
2026 self.assertInstructionsEqual(list(actual), expected_opinfo_inner)
2027
2028 @unittest.expectedFailure # TODO: RUSTPYTHON
2029 def test_jumpy(self):

Callers

nothing calls this directly

Calls 5

captured_stdoutFunction · 0.90
listClass · 0.85
get_instructionsMethod · 0.80
outerFunction · 0.70

Tested by

no test coverage detected