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

Method get

Lib/idlelib/idle_test/mock_tk.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 def set(self, value):
36 self.value = value
37 def get(self):
38 return self.value
39
40
41class Mbox_func:

Callers 15

get_prompt_textMethod · 0.45
readlineMethod · 0.45
enter_callbackMethod · 0.45
recallMethod · 0.45
runitMethod · 0.45
resetoutputMethod · 0.45
mainFunction · 0.45
show_windowMethod · 0.45
GetMethod · 0.45
SetOptionMethod · 0.45
get_contextMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_initMethod · 0.36
test_insertMethod · 0.36
test_deleteMethod · 0.36
test_load_stackMethod · 0.36
test_insertMethod · 0.36
test_modify_insertMethod · 0.36
test_dont_insertMethod · 0.36
test_without_filterMethod · 0.36
test_deleteMethod · 0.36
test_short_lineMethod · 0.36
test_long_lineMethod · 0.36