Files
OpenLLM/typings/docker/utils/config.pyi
Aaron Pham c7f4dc7bb2 feat(test): snapshot testing (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-10 17:23:19 -04:00

16 lines
448 B
Python
Generated

"""This type stub file was generated by pyright."""
DOCKER_CONFIG_FILENAME = ...
LEGACY_DOCKER_CONFIG_FILENAME = ...
log = ...
def find_config_file(config_path=...): ...
def config_path_from_environment(): ...
def home_dir(): # -> str:
"""Get the user's home directory, using the same logic as the Docker Engine
client - use %USERPROFILE% on Windows, $HOME/getuid on POSIX.
"""
...
def load_general_config(config_path=...): ...