Searched refs:force_auth (Results 1 – 1 of 1) sorted by relevance
/external/regex-re2/lib/codereview/ |
D | codereview.py | 2328 data = MySend(path, force_auth=False) 2404 diffdata = MySend(diff, force_auth=False) 2421 timeout=None, force_auth=True, argument 2425 return MySend1(request_path, payload, content_type, timeout, force_auth, **kwargs) 2431 return MySend1(request_path, payload, content_type, timeout, force_auth, **kwargs) 2438 timeout=None, force_auth=True, argument 2459 if not self.authenticated and force_auth:
|