Let us walk on the 3-isogeny graph
|
Namespaces | |
namespace | __main__ |
namespace | android |
namespace | api |
namespace | macos |
namespace | unix |
namespace | version |
namespace | windows |
Functions | |
type[PlatformDirsABC] | _set_platform_dir_class () |
str | user_data_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
str | site_data_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool multipath=False, bool ensure_exists=False) |
str | user_config_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
str | site_config_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool multipath=False, bool ensure_exists=False) |
str | user_cache_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
str | site_cache_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
str | user_state_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
str | user_log_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
str | user_documents_dir () |
str | user_downloads_dir () |
str | user_pictures_dir () |
str | user_videos_dir () |
str | user_music_dir () |
str | user_runtime_dir (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
Path | user_data_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
Path | site_data_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool multipath=False, bool ensure_exists=False) |
Path | user_config_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
Path | site_config_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool multipath=False, bool ensure_exists=False) |
Path | site_cache_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
Path | user_cache_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
Path | user_state_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool roaming=False, bool ensure_exists=False) |
Path | user_log_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
Path | user_documents_path () |
Path | user_downloads_path () |
Path | user_pictures_path () |
Path | user_videos_path () |
Path | user_music_path () |
Path | user_runtime_path (str|None appname=None, str|None|Literal[False] appauthor=None, str|None version=None, bool opinion=True, bool ensure_exists=False) |
Variables | |
type[PlatformDirsABC] | PlatformDirs = _set_platform_dir_class() |
type[PlatformDirsABC] | AppDirs = PlatformDirs |
Utilities for determining application-specific dirs. See <https://github.com/platformdirs/platformdirs> for details and usage.
|
protected |
Definition at line 24 of file __init__.py.
References i.
str site_cache_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: cache directory tied to the user
Definition at line 170 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path site_cache_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: cache directory tied to the user
Definition at line 387 of file __init__.py.
str site_config_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | multipath = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: config directory shared by the users
Definition at line 122 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path site_config_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | multipath = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: config path shared by the users
Definition at line 363 of file __init__.py.
str site_data_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | multipath = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param multipath: See `roaming <platformdirs.api.PlatformDirsABC.multipath>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: data directory shared by users
Definition at line 74 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path site_data_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | multipath = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param multipath: See `multipath <platformdirs.api.PlatformDirsABC.multipath>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: data path shared by users
Definition at line 315 of file __init__.py.
str user_cache_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: cache directory tied to the user
Definition at line 146 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path user_cache_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: cache path tied to the user
Definition at line 411 of file __init__.py.
str user_config_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: config directory tied to the user
Definition at line 98 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path user_config_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: config path tied to the user
Definition at line 339 of file __init__.py.
str user_data_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: data directory tied to the user
Definition at line 50 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path user_data_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: data path tied to the user
Definition at line 291 of file __init__.py.
str user_documents_dir | ( | ) |
:returns: documents directory tied to the user
Definition at line 242 of file __init__.py.
Path user_documents_path | ( | ) |
:returns: documents path tied to the user
Definition at line 483 of file __init__.py.
str user_downloads_dir | ( | ) |
:returns: downloads directory tied to the user
Definition at line 247 of file __init__.py.
Path user_downloads_path | ( | ) |
:returns: downloads path tied to the user
Definition at line 488 of file __init__.py.
str user_log_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: log directory tied to the user
Definition at line 218 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path user_log_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `roaming <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: log path tied to the user
Definition at line 459 of file __init__.py.
str user_music_dir | ( | ) |
:returns: music directory tied to the user
Definition at line 262 of file __init__.py.
Path user_music_path | ( | ) |
:returns: music path tied to the user
Definition at line 503 of file __init__.py.
str user_pictures_dir | ( | ) |
:returns: pictures directory tied to the user
Definition at line 252 of file __init__.py.
Path user_pictures_path | ( | ) |
:returns: pictures path tied to the user
Definition at line 493 of file __init__.py.
str user_runtime_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: runtime directory tied to the user
Definition at line 267 of file __init__.py.
Path user_runtime_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | opinion = True , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param opinion: See `opinion <platformdirs.api.PlatformDirsABC.opinion>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: runtime path tied to the user
Definition at line 508 of file __init__.py.
str user_state_dir | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: state directory tied to the user
Definition at line 194 of file __init__.py.
References pip._vendor.platformdirs.PlatformDirs.
Path user_state_path | ( | str | None | appname = None , |
str | None | Literal[False] | appauthor = None , |
||
str | None | version = None , |
||
bool | roaming = False , |
||
bool | ensure_exists = False |
||
) |
:param appname: See `appname <platformdirs.api.PlatformDirsABC.appname>`. :param appauthor: See `appauthor <platformdirs.api.PlatformDirsABC.appauthor>`. :param version: See `version <platformdirs.api.PlatformDirsABC.version>`. :param roaming: See `roaming <platformdirs.api.PlatformDirsABC.roaming>`. :param ensure_exists: See `ensure_exists <platformdirs.api.PlatformDirsABC.ensure_exists>`. :returns: state path tied to the user
Definition at line 435 of file __init__.py.
str user_videos_dir | ( | ) |
:returns: videos directory tied to the user
Definition at line 257 of file __init__.py.
Path user_videos_path | ( | ) |
:returns: videos path tied to the user
Definition at line 498 of file __init__.py.
type[PlatformDirsABC] AppDirs = PlatformDirs |
Definition at line 47 of file __init__.py.
type[PlatformDirsABC] PlatformDirs = _set_platform_dir_class() |
Definition at line 46 of file __init__.py.
Referenced by pip._vendor.platformdirs.site_cache_dir(), pip._vendor.platformdirs.site_config_dir(), pip._vendor.platformdirs.site_data_dir(), pip._vendor.platformdirs.user_cache_dir(), pip._vendor.platformdirs.user_config_dir(), pip._vendor.platformdirs.user_data_dir(), pip._vendor.platformdirs.user_log_dir(), and pip._vendor.platformdirs.user_state_dir().