Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTkinter.py1237 _subst_format = ('%#', '%b', '%f', '%h', '%k', variable in Misc
1240 _subst_format_str = " ".join(_subst_format)
1243 if len(args) != len(self._subst_format): return args
/external/python/cpython3/Lib/tkinter/
D__init__.py1534 _subst_format = ('%#', '%b', '%f', '%h', '%k', variable in Misc
1537 _subst_format_str = " ".join(_subst_format)
1541 if len(args) != len(self._subst_format): return args