When to use __call__
Requests
request.get(url, auth: AuthBase=obj, **kwargs)
accepts a obj: requests.auth.AuthBase to attach a user’s credentials required for a custom authentication flow.
It mutate's the request object to generate an “Authorization” Header using the c...
blog.danwald.me1 min read