Home
last modified time | relevance | path

Searched refs:PathLike (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/doc/develop/west/
Dwest-apis.rst122 The *topdir* parameter can now be any ``os.PathLike``.
392 can now be any ``os.PathLike``.
406 The *project_ids* sequence can now contain any ``os.PathLike``.
457 The *path* and *topdir* parameters can now be any ``os.PathLike``.
480 The *cwd* parameter can now be any ``os.PathLike``.
484 The *cwd* parameter can now be any ``os.PathLike``.
489 The *cwd* parameter can now be any ``os.PathLike``.
493 The *cwd* parameter can now be any ``os.PathLike``.
497 The *cwd* parameter can now be any ``os.PathLike``.
502 The *cwd* parameter can now be any ``os.PathLike``.
[all …]
/Zephyr-Core-3.7.0/scripts/release/
Dlist_devicetree_bindings_changes.py366 def git_worktree(directory: os.PathLike, commit: str): argument