(self, prefix: Prefix, version: str)
| 44 | |
| 45 | # modify the environment for hook execution |
| 46 | def in_env(self, prefix: Prefix, version: str) -> ContextManager[None]: ... |
| 47 | |
| 48 | # execute a hook and return the exit code and output |
| 49 | def run_hook( |
no outgoing calls