Home | History | Annotate | Download | only in build

Lines Matching full:none

107 def main(argv=None):
108 if argv is None:
129 in_file = None
130 out_file = None
131 template = None
155 while len(args) and (in_file is None or out_file is None or
156 template is None):
157 if in_file is None:
159 elif out_file is None:
173 if template is not None: