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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 106 def _cnfmerge(cnfs):
108 if type(cnfs) is DictionaryType:
109 return cnfs
110 elif type(cnfs) in (NoneType, StringType):
111 return cnfs
114 for c in _flatten(cnfs):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 106 def _cnfmerge(cnfs):
108 if type(cnfs) is DictionaryType:
109 return cnfs
110 elif type(cnfs) in (NoneType, StringType):
111 return cnfs
114 for c in _flatten(cnfs):
    [all...]

Completed in 1249 milliseconds