Skip to main contentModule path
Source - FsPathCompleter
- A
PathCompleter that lists directories on the local filesystem.
- absolutize
- Expands
~ and makes a path absolute without resolving symlinks, preserving
the user-selected filesystem location. - expand_home
- Expands a leading
~ to the user’s home directory; any other path is left
unchanged. - normalize
- Normalizes a config path for identity comparison: absolutizes it, then
canonicalizes existing paths so aliases naming the same file compare equal.
- registered_config_path
- Resolves a registered config only when its stored path is independent of the
caller’s directory.