Lines Matching full:none
25 - outputs the resulting template to output_file (stdout if none specified)
77 if self._soup is None:
94 if element.string is not None:
106 if tags is not None:
111 if types is not None:
188 if notes is not None:
191 if value.attrs.get('id') is not None:
203 if entry.attrs.get('container') is not None:
207 if array is not None:
214 if tupl is not None:
232 if prop is not None:
243 def render(self, template, output_name=None):
252 output_name: path to the output file, or None to use stdout
268 metadata_helpers._context_buf = None
271 if output_name is None:
288 output_name = sys.argv[3] if len(sys.argv) > 3 else None