AccountManager.get#

classmethod AccountManager.get(name=None)[source]#

Read account from disk.

Parameters:

name (Optional[str]) – Account name.

Return type:

Optional[Account]

Returns:

Account information.

Raises:

AccountNotFoundError – If the input value cannot be found on disk.