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

Method test_nested

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

Source from the content-addressed store, hash-verified

2013
2014 @unittest.expectedFailure # TODO: RUSTPYTHON
2015 def test_nested(self):
2016 with captured_stdout():
2017 f = outer()
2018 actual = dis.get_instructions(f, first_line=expected_f_line)
2019 self.assertInstructionsEqual(list(actual), expected_opinfo_f)
2020
2021 @unittest.expectedFailure # TODO: RUSTPYTHON
2022 def test_doubly_nested(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