Lines Matching full:manifest
69 .. py:attribute:: manifest
71 A property which returns the :py:class:`west.manifest.Manifest`
72 instance for the current manifest file or aborts the program if one was
81 True if reading the manifest property will succeed instead of erroring
305 .. _west-apis-manifest:
307 west.manifest
310 .. automodule:: west.manifest
312 The main classes are :py:class:`Manifest` and :py:class:`Project`. These
313 represent the contents of a :ref:`manifest file <west-manifests>`. The
315 :py:meth:`Manifest.from_topdir`.
326 .. autofunction:: west.manifest.manifest_path argument
328 .. autofunction:: west.manifest.validate
333 Manifest and sub-objects
336 .. autoclass:: west.manifest.Manifest argument
388 This respects the ``manifest.project-filter`` configuration
391 .. autoclass:: west.manifest.ImportFlag
395 .. autoclass:: west.manifest.Project
405 be preserved when support for manifest ``import`` keys was added.
469 .. autoclass:: west.manifest.ManifestProject
483 .. autoclass:: west.manifest.Submodule
493 .. autoclass:: west.manifest.MalformedManifest argument
496 .. autoclass:: west.manifest.ManifestVersionError
502 .. autoclass:: west.manifest.ManifestImportFailed