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

Method test_hash

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

Source from the content-addressed store, hash-verified

1215
1216 @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given
1217 def test_hash(self):
1218 return super().test_hash()
1219
1220 @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given
1221 def test_sort_int(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_hashMethod · 0.45

Tested by

no test coverage detected