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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 287 mapdict = {u'üñí?ódè': [(u'á', u'vãl')]}
289 ttk._script_from_settings({'name': {'map': mapdict}}))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 287 mapdict = {u'üñí?ódè': [(u'á', u'vãl')]}
289 ttk._script_from_settings({'name': {'map': mapdict}}))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 76 # each value in mapdict is expected to be a sequence, where each item
100 def _format_mapdict(mapdict, script=False):
101 """Formats mapdict to pass it to tk.call.
111 for opt, value in mapdict.iteritems():
126 # a mapdict, but we just need the value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 76 # each value in mapdict is expected to be a sequence, where each item
100 def _format_mapdict(mapdict, script=False):
101 """Formats mapdict to pass it to tk.call.
111 for opt, value in mapdict.iteritems():
126 # a mapdict, but we just need the value
    [all...]

Completed in 32 milliseconds