Lines Matching refs:wantobjects
50 self.wantobjects = self.interp.tk.wantobjects()
417 if tcl.wantobjects():
436 if self.wantobjects:
451 self.assertEqual(passValue(True), True if self.wantobjects else '1')
452 self.assertEqual(passValue(False), False if self.wantobjects else '0')
465 self.assertEqual(passValue(i), i if self.wantobjects else str(i))
471 if self.wantobjects:
475 if self.wantobjects:
485 (1, '2', (3.4,)) if self.wantobjects else '1 2 3.4')
563 (1, '2', (3.4,)) if self.wantobjects else
567 if not self.wantobjects:
611 (1, '2', (3.4,)) if self.wantobjects else
615 if not self.wantobjects:
651 {'a': (1, 2, 3) if self.wantobjects else '1 2 3',
657 if not self.wantobjects or get_tk_patchlevel() < (8, 5, 5):