Home
last modified time | relevance | path

Searched refs:set_choice (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py102 def set_choice(self, string): member in PromptFrame
436 def set_choice(self, string): member in FirmwareWindow
438 self.prompt_frame.set_choice(string)
/external/python/cpython2/Modules/
Dflmodule.c776 set_choice(genericobject *g, PyObject *args) in set_choice() function
830 {"set_choice", (PyCFunction)set_choice, METH_OLDARGS},
/external/python/cpython2/Doc/library/
Dfl.rst325 Add a choice object to the form. --- Methods: :meth:`set_choice`,