Lines Matching refs:p_root
23 p_root = Path(__file__).absolute().parents[2] variable
24 p_tests = p_root / 'tests'
25 p_readme = p_root / "README.md"
26 p_pypi_readme = p_root / "pypi_README.md"
27 p_architecture = p_root / "ARCHITECTURE.md"
28 p_release_notes = p_root / "RELEASE_NOTES.md"
29 p_init_py = p_root / '__init__.py'
30 p_zcbor_py = p_root / 'zcbor' / 'zcbor.py'
31 p_add_helptext = p_root / 'scripts' / 'add_helptext.py'
32 p_regenerate_samples = p_root / 'scripts' / 'regenerate_samples.py'
36 p_hello_world_sample = p_root / 'samples' / 'hello_world'
38 p_pet_sample = p_root / 'samples' / 'pet'
173 relative_path = str(path.relative_to(p_root).parent)