Home | History | Annotate | Download | only in python

Lines Matching refs:dict

940   """Checks whether an item (or key) is in a list (or dict) parameter.
950 # key is any thing that could be in a list or a key in a dict
959 rhs: dict
972 """Checks whether a key/value pair is in a dict parameter.
982 # key: a key in a dict
990 """Check whether the given key/value pair is in the rhs dict.
1032 expected = dict([(element, None) for element in self._expected_seq])
1033 actual = dict([(element, None) for element in actual_seq])
1207 over the keys of a dict.