Lines Matching refs:transforms
37 def add_transform(transforms, printinfo, transform, filename, lineno):
332 transforms.append((types, attrdict, operation, filename, lineno, transform))
469 def apply_transforms(transforms, action, pkg_attrs, verbose, act_filename,
471 """Apply all transforms to action, returning modified action
477 for types, attrdict, operation, filename, lineno, transform in transforms:
542 # Any newly-created actions need to have the transforms applied, too.
546 c, al = apply_transforms(transforms, act, pkg_attrs,
599 def read_file(tp, ignoreincludes, transforms, macros, printinfo, includes,
640 transforms, macros,
647 add_transform(transforms, printinfo,
703 transforms = []
721 transforms, macros, printinfo, includes, error_cb))
730 comment, a = apply_transforms(transforms,
764 comment, a = apply_transforms(transforms, act,