Home
last modified time | relevance | path

Searched refs:return_python_dict (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.13.0a4.rst965 optional keyword argument *return_python_dict*: calling
966 ``w.wm_attributes(return_python_dict=True)`` returns the attributes as a
/external/python/cpython3/Lib/tkinter/
D__init__.py2133 def wm_attributes(self, *args, return_python_dict=False, **kwargs): argument
2149 if return_python_dict:
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_misc.py493 attributes = w.wm_attributes(return_python_dict=True)
/external/python/cpython3/Doc/whatsnew/
D3.13.rst1313 by using the new optional keyword-only parameter *return_python_dict*.