google.appengine.ext.db.check_reserved_word

Raise an exception if attribute name is a reserved word.

attr_name Name to check to see if it is a reserved word.

ReservedWordError when attr_name is determined to be a reserved word.