Home
last modified time | relevance | path

Searched refs:set_conflict_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_optparse.py1321 self.parser.set_conflict_handler, ('foo',), None,
1328 self.parser.set_conflict_handler("resolve")
1371 self.parser.set_conflict_handler("resolve")
/third_party/python/Lib/
Doptparse.py928 self.set_conflict_handler(conflict_handler)
947 def set_conflict_handler(self, handler): member in OptionContainer
/third_party/python/Doc/library/
Doptparse.rst1433 parser.set_conflict_handler(handler)