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

Method cleanup

Lib/idlelib/idle_test/test_sidebar.py:632–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 idlelib.sidebar.idleConf, 'GetFont', mock_idleconf_GetFont)
631 GetFont_patcher.start()
632 def cleanup():
633 GetFont_patcher.stop()
634 sidebar.update_font()
635 self.addCleanup(cleanup)
636
637 def get_sidebar_font():

Callers

nothing calls this directly

Calls 3

stopMethod · 0.45
update_fontMethod · 0.45
update_colorsMethod · 0.45

Tested by

no test coverage detected