Searched refs:short_description (Results 1 – 5 of 5) sorted by relevance
43 * @short_description: GObject Introspection repository manager
230 short_description = self.doc_comment_params["short_description"]231 self._cur_object.doc_string_brief = short_description
479 '{:34}'.format(lix.branches[branchid].short_description),981 short_description=None, sort_priority=1, argument987 self.short_description = short_description or name
94 self.assertEqual(branch.short_description, 'test_branch')
179 short_description = models.CharField(max_length=50, blank=True) variable in Project