Lines Matching refs:Choice
3053 choice = Choice()
3060 choice = Choice()
3267 if node.item.__class__ is not Choice:
3628 if node.item.__class__ is Choice:
3647 basedep = node.item if node.item.__class__ is Choice else node.dep
4992 class Choice(object): class
5728 elif self.item.__class__ is Choice:
5861 if sc.__class__ is Choice and sc.is_optional:
6489 node.item.__class__ is not Choice:
6605 if dep.__class__ is Choice \
7087 Choice,