Home | History | Annotate | Download | only in docs

Lines Matching refs:tag_ids

252     tag_ids = [tg.name for tg in self.tags if tg.name == tag]
253 if not tag_ids:
853 tag_ids: A list of tag ID strings, e.g. ['BC', 'V1']
966 self._tag_ids = kwargs.get('tag_ids', [])
1102 tag_ids: A list of tag ID strings, e.g. ['BC', 'V1']