Lines Matching full:raise
49 raise TypeError('unexpected kwargs %s' % kwargs.keys())
51 raise TypeError('unconsumed args %r' % tuple(args))
62 raise AttributeError('%r object has no attribute %r' %
147 raise TypeError('Type names and field names must be strings')
149 raise ValueError('Type names and field names can only contain '
152 raise ValueError('Type names and field names cannot be a '
155 raise ValueError('Type names and field names cannot start with '
160 raise ValueError('Field names cannot start with _OrderedDict_: '
163 raise ValueError('Field names cannot start with an underscore: '
166 raise ValueError('Encountered duplicate field name: %r' % name)
188 raise SyntaxError(e.message + ':\n' + class_definition)