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

Class DerCol

Lib/test/test_collections.py:1092–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090 def __contains__(self, item):
1091 return False
1092 class DerCol(Col): pass
1093 self.assertEqual(list(iter(Col())), [])
1094 self.assertNotIsSubclass(list, Col)
1095 self.assertNotIsSubclass(set, Col)

Callers 1

test_CollectionMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_CollectionMethod · 0.68