Searched refs:P_REPO_ROOT (Results 1 – 2 of 2) sorted by relevance
13 P_REPO_ROOT = Path(__file__).absolute().parents[0] variable20 path = Path(P_REPO_ROOT, match_text)37 p_readme = Path(P_REPO_ROOT, 'README.md').absolute()48 P_REPO_ROOT, 'scripts', 'requirements-base.txt').absolute()59 p_version = Path(P_REPO_ROOT, 'zcbor', 'VERSION').absolute()
33 P_REPO_ROOT = Path(__file__).absolute().parents[1] variable66 c_code_root = P_REPO_ROOT81 c_code_root = P_REPO_ROOT3039 git_args, cwd=P_REPO_ROOT, stdout=PIPE).communicate()[0].decode('utf-8').strip()