Lines Matching refs:class
74 This file must contain a subclass of the ``west.commands.WestCommand`` class;
75 this class will be instantiated and used when your extension is run.
91 class MyCommand(WestCommand):
141 Here is an example for the above class definition, assuming it's in
150 class: MyCommand
157 (if not given, the ``class`` value defaults to the same thing as ``name``).
184 class: MyCommand
191 class: ThirdCommand
197 with class ``MyCommand``
200 #. ``command2`` with class ``command2``
201 #. ``a-third-command`` with class ``ThirdCommand``