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

Method showtip

Lib/idlelib/idle_test/test_calltip.py:294–296  ·  view source on GitHub ↗
(self, text, parenleft, parenright)

Source from the content-addressed store, hash-verified

292 pass
293
294 def showtip(self, text, parenleft, parenright):
295 self.args = parenleft, parenright
296 self.parenline, self.parencol = map(int, parenleft.split('.'))
297
298
299class WrappedCalltip(calltip.Calltip):

Callers 3

test_showtipMethod · 0.45
test_showtip_twiceMethod · 0.45
test_hidetipMethod · 0.45

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected