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 |