MCPcopy Index your code
hub / github.com/python/cpython / test_kw_names

Method test_kw_names

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

Source from the content-addressed store, hash-verified

1156 self.do_disassembly_test(bug46724, dis_bug46724)
1157
1158 def test_kw_names(self):
1159 # Test that value is displayed for keyword argument names:
1160 self.do_disassembly_test(wrap_func_w_kwargs, dis_kw_names)
1161
1162 def test_intrinsic_1(self):
1163 # Test that argrepr is displayed for CALL_INTRINSIC_1

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected