Searched refs:p_root (Results 1 – 4 of 4) sorted by relevance
23 p_root = Path(__file__).absolute().parents[2] variable24 p_tests = p_root / 'tests'25 p_readme = p_root / "README.md"26 p_architecture = p_root / "ARCHITECTURE.md"27 p_release_notes = p_root / "RELEASE_NOTES.md"28 p_init_py = p_root / 'zcbor' / '__init__.py'29 p_zcbor_py = p_root / 'zcbor' / 'zcbor.py'30 p_setup_py = p_root / 'setup.py'31 p_add_helptext = p_root / 'add_helptext.py'35 p_hello_world_sample = p_root / 'samples' / 'hello_world'[all …]
14 p_root = p_script_dir.parents[1] variable15 p_VERSION = p_root / "zcbor" / "VERSION"16 p_release_notes = p_root / "RELEASE_NOTES.md"
31 p_root = Path(__file__).absolute().parents[2] variable32 p_tests = Path(p_root, 'tests')50 p_README = Path(p_root, 'README.md')51 p_prelude = Path(p_root, 'zcbor', 'cddl', 'prelude.cddl')
13 p_root = Path(__file__).absolute().parents[0] variable14 p_README = Path(p_root, 'README.md')