Searched defs:getopt (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dvoronoi.py99 import getopt namespace
760 optlist,args = getopt.getopt(sys.argv[1:],"thdp")
761 except getopt.GetoptError:
/inkscape/cxxtest/
H A Dcxxtestgen.py25 import getopt namespace
80 options, patterns = getopt.getopt( sys.argv[1:], 'o:r:',
85 except getopt.error, problem:

Completed in 35 milliseconds