Searched refs:shortDescription (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xkeyboard-config/dist/tests/
H A Dtest_rules_xml.py113 def shortDescription(self): member in class:Layout
114 if self.variant and self.variant.shortDescription:
115 return self.variant.shortDescription
116 return self.layout.shortDescription
124 def __init__(self, name, shortDescription=None, description=None):
126 self.shortDescription = shortDescription
158 # shortDescription and description are optional
159 sdesc = cls._fetch_text(ci_element, 'shortDescription')
215 assert layout.shortDescription,
[all...]

Completed in 1 milliseconds