OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elemkw
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/lib-tk/
ttk.py
237
elemkw
= eopts[argc] if argc < len(eopts) and eopts[argc] else {}
238
spec, opts = _format_elemcreate(etype, True, *elemargs, **
elemkw
)
[
all
...]
/external/python/cpython3/Lib/tkinter/
ttk.py
237
elemkw
= eopts[argc] if argc < len(eopts) and eopts[argc] else {}
238
spec, opts = _format_elemcreate(etype, True, *elemargs, **
elemkw
)
[
all
...]
Completed in 281 milliseconds