Lines Matching full:frompath
1499 frompath=None):1502 that text is written, otherwise the file in ``frompath`` is1503 used. ``frompath`` is relative to ``self.template_path``1511 if frompath is not None:1513 frompath = os.path.join(self.template_path, frompath)1514 f2 = open(frompath, 'rb')