Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_optparse.py1322 self.parser.set_conflict_handler, ('foo',), None,
1329 self.parser.set_conflict_handler("resolve")
1372 self.parser.set_conflict_handler("resolve")
/external/python/cpython2/Lib/
Doptparse.py941 self.set_conflict_handler(conflict_handler)
960 def set_conflict_handler(self, handler): member in OptionContainer
/external/python/cpython2/Doc/library/
Doptparse.rst1435 parser.set_conflict_handler(handler)