MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / Var

Class Var

pre_commit/envcontext.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class Var(NamedTuple):
16 name: str
17 default: str = ''
18
19
20SubstitutionT = tuple[Union[str, Var], ...]

Callers 15

get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90
get_env_patchFunction · 0.90

Calls

no outgoing calls