Home
last modified time | relevance | path

Searched refs:cnfs (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/tkinter/
D__init__.py101 def _cnfmerge(cnfs): argument
103 if isinstance(cnfs, dict):
104 return cnfs
105 elif isinstance(cnfs, (type(None), str)):
106 return cnfs
109 for c in _flatten(cnfs):