Searched defs:tagOrId (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2894 def addtag_above(self, newtag, tagOrId): argument 2902 def addtag_below(self, newtag, tagOrId): argument 2923 def addtag_withtag(self, newtag, tagOrId): argument 2933 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 2938 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument 3033 def find_above(self, tagOrId): argument 3041 def find_below(self, tagOrId): argument 3062 def find_withtag(self, tagOrId): argument 3089 def itemcget(self, tagOrId, option): argument 3094 def itemconfigure(self, tagOrId, cnf=None, **kw): argument [all …]
|
/external/python/cpython3/Lib/test/test_pydoc/ |
D | test_pydoc.py | 957 def itemconfigure(self, tagOrId, cnf=None, **kw): argument
|