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...
May 15, 20251 min read12
