src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py

branch
eric7
changeset 10503
6a37b6ac3928
parent 10439
21c28b0f9e41
child 10692
9becf9ca115c
equal deleted inserted replaced
10502:89b8e0a67fde 10503:6a37b6ac3928
126 126
127 @staticmethod 127 @staticmethod
128 def permutations(url): 128 def permutations(url):
129 """ 129 """
130 Static method to determine all permutations of host name and path 130 Static method to determine all permutations of host name and path
131 which can be applied to blacklisted URLs. 131 which can be applied to blocked URLs.
132 132
133 @param url URL string to be permuted 133 @param url URL string to be permuted
134 @type str 134 @type str
135 @yield permutated URL strings 135 @yield permutated URL strings
136 @ytype str 136 @ytype str

eric ide

mercurial