Searched refs:have_args (Results 1 – 2 of 2) sorted by relevance
22 def have_args(*a): function29 debug = have_args("-d", "--debug")30 clean = have_args("clean")31 install = have_args("install")32 tcl = have_args("tcl")33 tk = have_args("tk")34 tix = have_args("tix")
28 have_args = len(args) > 031 if have_args: