rcmpy.paths
index
/home/vkottler/src/vkottler/workspace/rcmpy/rcmpy/paths/__init__.py

Common path lookups used by the package.

 
Package Contents
       

 
Functions
       
default_cache_directory() -> pathlib.Path
Returns the default cache directory used by the package.
default_config_directory() -> pathlib.Path
Returns the default config directory used by the package.
default_state_directory() -> pathlib.Path
Returns the default user-state directory used by the package.
override_environ(key: str, value: Union[pathlib.Path, str]) -> Iterator[NoneType]
Override an environment variable as a managed context.
override_environ_tempdir(key: str) -> Iterator[pathlib.Path]
Set an environment variable to a temporary directory while it exists in
the managed context.

 
Data
        Iterator = typing.Iterator
PKG_NAME = 'rcmpy'
Union = typing.Union
environ = environ({'TMUX': '/tmp/tmux-1000/default,610,0',...: 'WT_SESSION:WT_PROFILE_ID:', 'EDITOR': 'nvim'})