(undetectable, browser_name)
| 2233 | |
| 2234 | |
| 2235 | def is_using_uc(undetectable, browser_name): |
| 2236 | if undetectable and browser_name == constants.Browser.GOOGLE_CHROME: |
| 2237 | return True |
| 2238 | return False |
| 2239 | |
| 2240 | |
| 2241 | def _unzip_to_new_folder(zip_file, folder): |
no outgoing calls
no test coverage detected
searching dependent graphs…