MCPcopy Index your code
hub / github.com/python/cpython / force

Method force

Lib/idlelib/idle_test/test_calltip.py:342–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

340
341 def test_repeated_force(self):
342 def force(self):
343 for char in 'abc':
344 self.text.insert('insert', 'a')
345 self.ct.open_calltip(True)
346 self.ct.open_calltip(True)
347 self.assertIs(self.ct.active_calltip, self.tip)
348 self.open_close(force)
349
350 def test_repeated_parens(self):

Callers

nothing calls this directly

Calls 3

open_calltipMethod · 0.80
insertMethod · 0.45
assertIsMethod · 0.45

Tested by

no test coverage detected