Searched defs:VariantCombinations (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dvariant.py96 # The VariantCombinations class serves a different purpose. In order to
99 # satisfied. When a VariantCombinations is created, it is provided a
173 class VariantCombinations(object): class in inherits:object
178 """Create an instance of VariantCombinations based on the
252 vc = VariantCombinations(self.__template, True)
337 intersect = VariantCombinations(big.__template, False)
342 only_big = VariantCombinations(big.__template, False)
347 only_small = VariantCombinations(big.__template, False)
409 vc = VariantCombinations(self.__template, False)
423 return VariantCombinations(sel
[all...]

Completed in 8 milliseconds