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