Ejemplo n.º 1
0
    def __init__(self, freq):
        Mutant.__init__(self, freq)

        self._double_encoding = False
        self._safe_encode_chars = ''
        self._url_parts_dc = URLPartsContainer(None, '', None)
Ejemplo n.º 2
0
 def __init__(self, freq):
     Mutant.__init__(self, freq)
Ejemplo n.º 3
0
 def __init__(self, freq):
     Mutant.__init__(self, freq)
     self._double_encoding = False
     self._safe_encode_chars = ''
Ejemplo n.º 4
0
 def __init__(self, freq):
     Mutant.__init__(self, freq)
Ejemplo n.º 5
0
    def __init__(self, freq):
        Mutant.__init__(self, freq)

        self._double_encoding = False
        self._safe_encode_chars = ''
        self._url_parts_dc = URLPartsContainer(None, '', None)