|  | 
        
          | __init__(self,
        targetlanguage=None,
        accelmarkers=None,
        varmatches=None,
        notranslatewords=None,
        musttranslatewords=None,
        validchars=None,
        punctuation=None,
        endpunctuation=None,
        ignoretags=None,
        canchangetags=None,
        criticaltests=None,
        credit_sources=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 | source code |  | 
    |  | 
        
          | update(self,
        otherconfig) combines the info in otherconfig into this config object
 | source code |  | 
    |  | 
        
          | updatevalidchars(self,
        validchars) updates the map that eliminates valid characters
 | source code |  | 
    |  | 
        
          | updatetargetlanguage(self,
        langcode) Updates the target language in the config to the given target 
      language
 | source code |  | 
  
    | Inherited from object:__delattr__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__str__ |