Class ClientMixin
Mixin with common methods between Client and AsyncClient.
Declaration
class ClientMixin
source linkDocumentation
Methods
▷ def check_exception(self, response) Look for a signaled exception, clear the current context exception data, re-raise the signaled exception, and clear the signaled exception from the local cache.
▶ def login(self, **credentials) Set the Factory to appear as if it has successfully logged into a site.
Return True if login is possible or False if the provided credentials
are incorrect.
▷ def logout(self) Log out the user by removing the cookies and session object.
▷ def session(self) @property Return the current session variables.
@property
def session(self)
▷ def store_exc_info(self, **kwargs) Store exceptions when they are generated by a view.
Subclasses