MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / after

Method after

Lib/lib-tk/Tkinter.py:518–538  ·  view source on GitHub ↗

Call function once after given time. MS specifies the time in milliseconds. FUNC gives the function which shall be called. Additional parameters are given as parameters to the function call. Return identifier to cancel scheduling with after_cancel.

(self, ms, func=None, *args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

after_idleMethod · 0.95
notify_rangeMethod · 0.80
toggle_colorize_eventMethod · 0.80
recolorizeMethod · 0.80
__init__Method · 0.80
timer_eventMethod · 0.80
font_timer_eventMethod · 0.80
run_module_eventMethod · 0.80
poll_subprocessMethod · 0.80
showtipMethod · 0.80

Calls 2

_registerMethod · 0.95
callMethod · 0.80

Tested by

no test coverage detected