def __init__( self, freq ):
     mutant.__init__(self, freq)
예제 #2
0
    def __init__(self, freq):
        mutant.__init__(self, freq)

        self._doubleEncoding = False
        self._safeEncodeChars = ''
        self._mutant_dc = {}
예제 #3
0
 def __init__(self, freq):
     mutant.__init__(self, freq)
 def __init__( self, freq ):
     mutant.__init__(self, freq)
     
     self._doubleEncoding = False
     self._safeEncodeChars = ''
     self._mutant_dc = {}