Searched refs:_splitdict (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 29 from tkinter import _flatten, _join, _stringify, _splitdict namespace 286 return _splitdict(tk, res, conv=_tclobj_to_py) 377 for k, v in _splitdict(self.tk, result).items()} 1436 return _splitdict(self.tk, res,
|
H A D | __init__.py | 124 def _splitdict(tk, v, cut_minus=True, conv=None): function 1822 return _splitdict( 2467 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w)) 2519 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w)) 2570 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
|
/third_party/python/Lib/test/ |
H A D | test_tcl.py | 594 splitdict = tkinter._splitdict
|
Completed in 16 milliseconds