MCPcopy Create free account
hub / github.com/pyinvoke/invoke / _to_env_var

Method _to_env_var

invoke/env.py:88–89  ·  view source on GitHub ↗
(self, key_path: Iterable[str])

Source from the content-addressed store, hash-verified

86 return new_vars
87
88 def _to_env_var(self, key_path: Iterable[str]) -> str:
89 return "_".join(key_path).upper()
90
91 def _path_get(self, key_path: Iterable[str]) -> "Config":
92 # Gets are from self._config because that's what determines valid env

Callers 1

_crawlMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected