Lines Matching refs:value
309 def __setitem__(self, key, value):
351 d2['key'] = 'value'
558 def __init__(self, value):
559 self.value = value
570 return self.value == other.value
748 # (D) subclass defines __missing__ method returning a value
1228 # by another value. Note this relies on refcounting: the test
1357 d = {S(): 'value'}