(argv)
| 270 | |
| 271 | |
| 272 | def main(argv): |
| 273 | del argv |
| 274 | build_docs(output_dir=FLAGS.output_dir, |
| 275 | code_url_prefix=FLAGS.code_url_prefix, |
| 276 | search_hints=FLAGS.search_hints) |
| 277 | |
| 278 | |
| 279 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected