twisted.words.service.WordsRealm.createGroup(self, name) method documentationtwisted.words.service.WordsRealm
          View Source
          
        
      Create a new group with the given name.
| Returns | A Deferred which fires with the created group, or with fails with twisted.words.ewords.DuplicateGroup if a group by that name exists already. (type: twisted.internet.defer.Deferred) | |