Lines Matching refs:variant
49 import pkg.variant as variant
726 """Return the names of any facet or variant tags in this
733 return [k for k in attrs if k[:8] == "variant."], \
737 """Return the VariantCombinationTemplate that the variant tags
740 return variant.VariantCombinationTemplate(dict((
752 # strip out variant and facet information
753 if key[:8] == "variant." or key[:6] == "facet.":
772 """Remove all variant tags from the attrs dictionary."""
775 if k.startswith("variant."):