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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 681 optdict = dict(encoding=encoding, css=options.css)
683 print cal.formatyearpage(datetime.date.today().year, **optdict)
685 print cal.formatyearpage(int(args[1]), **optdict)
694 optdict = dict(w=options.width, l=options.lines)
696 optdict["c"] = options.spacing
697 optdict["m"] = options.months
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)
703 result = cal.formatmonth(int(args[1]), int(args[2]), **optdict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 681 optdict = dict(encoding=encoding, css=options.css)
683 print cal.formatyearpage(datetime.date.today().year, **optdict)
685 print cal.formatyearpage(int(args[1]), **optdict)
694 optdict = dict(w=options.width, l=options.lines)
696 optdict["c"] = options.spacing
697 optdict["m"] = options.months
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)
703 result = cal.formatmonth(int(args[1]), int(args[2]), **optdict)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None):
60 """Formats optdict to a tuple to pass it to tk.call.
67 for opt, value in optdict.iteritems():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None):
60 """Formats optdict to a tuple to pass it to tk.call.
67 for opt, value in optdict.iteritems():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 64 optdict = vars(options)
66 self.assertEqual(optdict, expected_opts,
68 Options are %(optdict)s.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 64 optdict = vars(options)
66 self.assertEqual(optdict, expected_opts,
68 Options are %(optdict)s.
    [all...]

Completed in 88 milliseconds