OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cut_minus
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
245
def _dict_from_tcltuple(ttuple,
cut_minus
=True):
247
dict. If
cut_minus
is True, the supposed '-' prefixing options will
251
opt_start = 1 if
cut_minus
else 0
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
245
def _dict_from_tcltuple(ttuple,
cut_minus
=True):
247
dict. If
cut_minus
is True, the supposed '-' prefixing options will
251
opt_start = 1 if
cut_minus
else 0
[
all
...]
Completed in 448 milliseconds