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

Method set

Lib/idlelib/idle_test/mock_tk.py:35–36  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

33 self.value = value
34 self.name = name
35 def set(self, value):
36 self.value = value
37 def get(self):
38 return self.value
39

Callers 15

SetOptionMethod · 0.45
make_guiMethod · 0.45
SetMenuMethod · 0.45
_dyn_option_menuFunction · 0.45
load_font_cfgMethod · 0.45
on_fontlist_selectMethod · 0.45
temMethod · 0.45
create_page_highlightMethod · 0.45
load_theme_cfgMethod · 0.45
get_colorMethod · 0.45
create_newMethod · 0.45
set_highlight_targetMethod · 0.45

Calls

no outgoing calls

Tested by 15

next_testFunction · 0.36
test_path_ok_webMethod · 0.36
test_path_ok_fileMethod · 0.36
test_ok_emptyMethod · 0.36
test_ok_goodMethod · 0.36
test_load_font_cfgMethod · 0.36
test_sizelistMethod · 0.36
test_bold_toggleMethod · 0.36
test_font_setMethod · 0.36
test_set_samplesMethod · 0.36