Searched refs:_configure (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1655 def _configure(self, cmd, cnf, kw): member in Misc 1675 return self._configure('configure', cnf, kw) 2932 return self._configure(('itemconfigure', tagOrId), cnf, kw) 3291 return self._configure(('itemconfigure', index), cnf, kw) 3388 return self._configure(('entryconfigure', index), cnf, kw) 3753 return self._configure(('image', 'configure', index), cnf, kw) 3888 return self._configure(('tag', 'configure', tagName), cnf, kw) 3946 return self._configure(('window', 'configure', index), cnf, kw)
|
D | tix.py | 1844 return self._configure(('entryconfigure', x, y), cnf, kw)
|
/third_party/python/Lib/ |
D | _pyio.py | 2070 self._configure(encoding, errors, newline, 2079 def _configure(self, encoding=None, errors=None, newline=None, member in TextIOWrapper 2190 self._configure(encoding, errors, newline,
|
/third_party/python/Doc/using/ |
D | configure.rst | 5 .. _configure-options:
|
/third_party/json/ |
D | ChangeLog.md | 357 - 2 tests fail in 3.10.0: cmake\_fetch\_content\_configure, cmake\_fetch\_content\_build [\#2951](h… 358 - ctest \(58+60,/67 cmake\_import\_configure\) fails when build with -D JSON\_Install:BOOL=OFF beca…
|