Lines Matching defs:check
126 def check(proxy):
129 self.assertRaises(weakref.ReferenceError, check, ref1)
130 self.assertRaises(weakref.ReferenceError, check, ref2)
703 # <weakref to class>.__init__() doesn't check errors correctly
710 # Check that both old-style classes and new-style classes
749 # Sanity check
1285 """Check that WeakValueDictionary conforms to the mapping protocol"""
1292 """Check that WeakKeyDictionary conforms to the mapping protocol"""