HomeSort by relevance Sort by last modified time
    Searched refs:setoption (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-irix5/
jpeg.py 64 def setoption(name, value): function
66 raise TypeError, 'jpeg.setoption: numeric options only'
70 raise KeyError, 'jpeg.setoption: unknown option name'
77 setoption('forcegray', 1)
  /external/python/cpython2/Lib/plat-irix6/
jpeg.py 64 def setoption(name, value): function
66 raise TypeError, 'jpeg.setoption: numeric options only'
70 raise KeyError, 'jpeg.setoption: unknown option name'
77 setoption('forcegray', 1)

Completed in 88 milliseconds