Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_variables.py80 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)])
91 info = sorted(v.trace_vinfo())
93 self.assertEqual(sorted(v.trace_vinfo()), info)
96 self.assertEqual(sorted(v.trace_vinfo()), info)
98 self.assertEqual(sorted(v.trace_vinfo()), info)
104 self.assertEqual(v.trace_vinfo(), [('wu', cb2)])
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_variables.py101 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)])
112 info = sorted(v.trace_vinfo())
114 self.assertEqual(sorted(v.trace_vinfo()), info)
117 self.assertEqual(sorted(v.trace_vinfo()), info)
119 self.assertEqual(sorted(v.trace_vinfo()), info)
125 self.assertEqual(v.trace_vinfo(), [('wu', cb2)])
/external/python/cpython2/Lib/lib-tk/
DTkinter.py306 for m, ca in self.trace_vinfo():
315 def trace_vinfo(self): member in Variable
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py511 var.trace_vdelete('w', var.trace_vinfo()[0][1])
/external/python/cpython3/Lib/tkinter/
D__init__.py445 def trace_vinfo(self): member in Variable
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1503 :meth:`~tkinter.Variable.trace_vinfo` that use obsolete Tcl commands and might
/external/python/cpython3/Misc/
DNEWS1747 trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
1749 trace_vdelete() with wrong mode no longer break tracing, trace_vinfo() now
3917 mode no longer break tracing, trace_vinfo() now always returns a list of
/external/python/cpython2/Misc/
DNEWS222 mode no longer break tracing, trace_vinfo() now always returns a list of