Lines Matching refs:target
638 def compile_templates(self, target, extensions=None, filter_func=None,
642 and stores them in `target`. If `zip` is `None`, instead of in a
648 Each template returned will be compiled to the target folder or
657 target instead of standard .py files. This flag does not do anything
689 f = open(os.path.join(target, filename), mode)
697 zip_file = ZipFile(target, 'w', dict(deflated=ZIP_DEFLATED,
699 log_function('Compiling into Zip archive "%s"' % target)
701 if not os.path.isdir(target):
702 os.makedirs(target)
703 log_function('Compiling into folder "%s"' % target)