Searched refs:_setup (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_imaplib.py | 215 def _setup(self, imap_handler, connect=True): member in NewIMAPTestsMixin 251 it is added to the cleanup queue in the _setup method already. 269 _, server = self._setup(EOFHandler, connect=False) 278 _, server = self._setup(BadNewlineHandler, connect=False) 285 client, _ = self._setup(EnableHandler) 292 client, _ = self._setup(SimpleIMAPHandler) 298 client, _ = self._setup(SimpleIMAPHandler) 318 client, server = self._setup(UTF8AppendServer) 341 client, _ = self._setup(UTF8Server) 355 client, _ = self._setup(MyServe [all...] |
/third_party/python/Lib/idlelib/ |
H A D | search.py | 12 def _setup(text): function 36 return _setup(text).open(text, pat) # Open is inherited from SDBase. 47 return _setup(text).find_again(text) 59 return _setup(text).find_selection(text) 153 _setup(text).open(text)
|
/third_party/libevdev/test/ |
H A D | test-common.h | 23 static Suite* (name##_setup)(void); \ 27 #name, name##_setup, root_privs \ 29 static Suite* (name##_setup)(void)
|
/third_party/python/Lib/tkinter/ |
H A D | dialog.py | 14 self._setup(master, cnf)
|
H A D | __init__.py | 2586 def _setup(self, master, cnf): member in BaseWidget 2622 self._setup(master, cnf) 3058 def _setup(self, master, cnf): member in Checkbutton 3064 super()._setup(master, cnf)
|
H A D | tix.py | 313 self._setup(master, cnf)
|
/third_party/libinput/test/ |
H A D | litest.h | 56 static void _setup(void) { \ 67 .setup = _setup, \ 78 static void (name##_setup)(void); \ 82 #name, name##_setup \ 84 static void (name##_setup)(void)
|
/third_party/python/Lib/importlib/ |
H A D | __init__.py | 19 _bootstrap._setup(sys, _imp)
|
H A D | _bootstrap.py | 17 # See importlib._setup() for what is injected into the global namespace. 31 # Modules injected manually by _setup() 452 # This function is meant for use in _setup(). 1315 def _setup(sys_module, _imp_module): function 1354 _setup(sys_module, _imp_module)
|
Completed in 16 milliseconds