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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
...]
Completed in 2008 milliseconds