Lines Matching refs:Raise
90 success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is not
99 set on success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is
133 convert unhashable sets into temporary frozensets. Raise a :exc:`TypeError` if
134 the *key* is unhashable. Raise :exc:`PyExc_SystemError` if *anyset* is not a
141 instances. Return ``0`` on success or ``-1`` on failure. Raise a :exc:`TypeError` if
142 the *key* is unhashable. Raise a :exc:`MemoryError` if there is no room to grow.
143 Raise a :exc:`SystemError` if *set* is not an instance of :class:`set` or its
158 error is encountered. Does not raise :exc:`KeyError` for missing keys. Raise a
161 temporary frozensets. Raise :exc:`PyExc_SystemError` if *set* is not an
168 object from the *set*. Return *NULL* on failure. Raise :exc:`KeyError` if the
169 set is empty. Raise a :exc:`SystemError` if *set* is not an instance of