Lines Matching refs:open
32 f = open(sourcefile, 'rb')
42 f = open(targetfile, 'wb')
83 options.open = False
86 version = open('version','rt').read().strip()
118 print open(warning_log_path, 'rb').read()
122 if options.open:
124 webbrowser.open( 'file://' + index_path )
158 parser.add_option('--open', dest="open", action='store_true', default=False,
159 help="""Open the HTML index in the web browser after generation""")