Files
OpenLLM/typings/docker/context/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

13 lines
368 B
Python
Generated

"""This type stub file was generated by pyright."""
METAFILE = ...
def get_current_context_name(): ...
def write_context_name_to_docker_config(name=...): ...
def get_context_id(name): ...
def get_context_dir(): ...
def get_meta_dir(name=...): ...
def get_meta_file(name): ...
def get_tls_dir(name=..., endpoint=...): ...
def get_context_host(path=..., tls=...): ...