Searched refs:cookie_paths (Results 1 – 1 of 1) sorted by relevance
147 def GetCookies(host, path, cookie_paths=None): argument163 if cookie_paths is None:164 cookie_paths = (constants.GOB_COOKIE_PATH, constants.GITCOOKIES_PATH)165 for cookie_path in cookie_paths: