bao-mozjs-src-python 140.14.0-0

SpiderMonkey source slice (python) for bao-mozjs-sys
Documentation
1
2
3
4
5
6
7
8
9
from __future__ import annotations

from pip._internal.utils.appdirs import user_cache_dir

# The user_cache_dir helper comes straight from pip itself
CACHE_DIR = user_cache_dir("pip-tools")

# The project defaults specific to pip-tools should be written to this filenames
DEFAULT_CONFIG_FILE_NAMES = (".pip-tools.toml", "pyproject.toml")