Searched refs:getopt (Results 1 - 4 of 4) sorted by relevance
/ec/ECSpooler/tests/ |
H A D | runtests | 15 import getopt namespace 35 opts, args = getopt.getopt(sys.argv[1:], '') 36 except getopt.GetoptError:
|
/ec/ECSpooler/bin/ |
H A D | backendctl | 18 import getopt namespace 209 opts, args = getopt.getopt(sys.argv[1:], "S:B:P:u:p:h", 213 except getopt.GetoptError:
|
H A D | spoolerctl | 20 from getopt import getopt namespace 21 from getopt import GetoptError 171 opts, args = getopt(sys.argv[1:], "P:u:p:h",
|
/ec/ECQuiz/Products/ECQuiz/ |
H A D | l2.py | 455 from getopt import getopt, GetoptError namespace 468 options, args = getopt(sys.argv[1:], o_short, o_long)
|
Completed in 77 milliseconds