WebBrowser/SafeBrowsing/SafeBrowsingUrl.py

changeset 5832
28f36b9c925f
parent 5829
d3448873ced3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5831:536d97e3f1a1 5832:28f36b9c925f
140 which can be applied to blacklisted URLs. 140 which can be applied to blacklisted URLs.
141 141
142 @param url URL string to be permuted 142 @param url URL string to be permuted
143 @type str 143 @type str
144 @return generator of permuted URL strings 144 @return generator of permuted URL strings
145 @type generator of str 145 @rtype generator of str
146 """ 146 """
147 def hostPermutations(host): 147 def hostPermutations(host):
148 """ 148 """
149 Method to generate the permutations of the host name. 149 Method to generate the permutations of the host name.
150 150

eric ide

mercurial