MCPcopy Create free account
hub / github.com/geekcomputers/Python / get_t

Method get_t

Test-Case-Generator/test_case.py:320–328  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

318 pass
319
320 def get_t(self, r):
321 self.test_case_count_label = Label(
322 gui, text="T = ", font=("calibre", 10, "bold"), width=17
323 ) # Type 1
324 self.test_case_count = Entry(
325 gui, textvariable=t, font=("calibre", 10, "normal")
326 )
327 self.test_case_count_label.grid(row=r, column=0, pady=20, ipady=1) # Type 1
328 self.test_case_count.grid(row=r, column=1)
329
330 def get_n(self, r):
331 self.minimum_value_of_n = Entry(

Callers 9

take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80
take_inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected