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

Method test_cmp_to_key

Lib/test/test_functools.py:1213–1214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1211
1212 @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given
1213 def test_cmp_to_key(self):
1214 return super().test_cmp_to_key()
1215
1216 @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given
1217 def test_hash(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_cmp_to_keyMethod · 0.45

Tested by

no test coverage detected