OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:store_const
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py
483
"
store_const
",
497
"
store_const
",
516
CONST_ACTIONS = ("
store_const
",
793
elif action == "
store_const
":
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py
483
"
store_const
",
497
"
store_const
",
516
CONST_ACTIONS = ("
store_const
",
793
elif action == "
store_const
":
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py
280
Sig('-yyy', action='
store_const
', const=42),
417
Sig('-baz', action='
store_const
', const=42),
437
Sig('/baz', action='
store_const
', const=42),
459
Sig('/baz', action='
store_const
', const=42),
670
"""Tests the
store_const
action for an Optional"""
672
argument_signatures = [Sig('-y', action='
store_const
', const=object)]
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py
280
Sig('-yyy', action='
store_const
', const=42),
417
Sig('-baz', action='
store_const
', const=42),
437
Sig('/baz', action='
store_const
', const=42),
459
Sig('/baz', action='
store_const
', const=42),
670
"""Tests the
store_const
action for an Optional"""
672
argument_signatures = [Sig('-y', action='
store_const
', const=object)]
[
all
...]
Completed in 202 milliseconds