Home | History | Annotate | Download | only in codereview

Lines Matching refs:auth_function

2571 	def __init__(self, host, auth_function, host_override=None, extra_headers={}, save_cookies=False):
2576 auth_function: A function that takes no arguments and returns an
2587 self.auth_function = auth_function
2694 credentials = self.auth_function()