Lines Matching refs:py
31 :py:class:`WestCommand` class defined here. Some exception types are also
41 .. py:attribute:: name
45 .. py:attribute:: help
49 .. py:attribute:: description
53 .. py:attribute:: accepts_unknown_args
57 .. py:attribute:: requires_workspace
63 .. py:attribute:: parser
69 .. py:attribute:: manifest
71 A property which returns the :py:class:`west.manifest.Manifest`
79 .. py:attribute:: has_manifest
84 .. py:attribute:: config
87 :py:class:`west.configuration.Configuration` instance or aborts the
93 .. py:attribute:: has_config
100 .. py:attribute:: git_version_info
106 .. py:attribute:: color_ui
241 .. py:attribute:: returncode
256 :py:class:`west.configuration.Configuration`.
260 :py:class:`west.commands.WestCommand`.
277 The following APIs also use :py:class:`west.configuration.ConfigFile`, but they
295 .. py:data:: west.configuration.config
298 should be initialized with :py:func:`west.configuration.read_config` before
345 The main classes are :py:class:`Manifest` and :py:class:`Project`. These
348 :py:meth:`Manifest.from_topdir`.