Home | History | Annotate | Download | only in codereview

Lines Matching refs:auth_function

2764 	def __init__(self, host, auth_function, host_override=None, extra_headers={}, save_cookies=False):
2769 auth_function: A function that takes no arguments and returns an
2780 self.auth_function = auth_function
2887 credentials = self.auth_function()