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

Class NonCol

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

Source from the content-addressed store, hash-verified

1139 def __contains__(self, item):
1140 return False
1141 class NonCol(ColImpl):
1142 __contains__ = None
1143 self.assertNotIsSubclass(NonCol, Collection)
1144 self.assertNotIsInstance(NonCol(), Collection)
1145

Callers 1

test_CollectionMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_CollectionMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…