Searched refs:trace_vinfo (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 125 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)]) 136 info = sorted(v.trace_vinfo()) 138 self.assertEqual(sorted(v.trace_vinfo()), info) 141 self.assertEqual(sorted(v.trace_vinfo()), info) 143 self.assertEqual(sorted(v.trace_vinfo()), info) 149 self.assertEqual(v.trace_vinfo(), [('wu', cb2)])
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 102 trace_vinfo that use obsolete Tcl commands and might not work in future 104 no longer break tracing, trace_vinfo() now always returns a list of pairs of
|
D | 3.5.3rc1.rst | 1332 break tracing, trace_vinfo() now always returns a list of pairs of strings,
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 508 def trace_vinfo(self): member in Variable
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 1555 :meth:`~tkinter.Variable.trace_vinfo` that use obsolete Tcl commands and might
|