Searched refs:set_conflict_handler (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A 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/
H A Doptparse.py941 self.set_conflict_handler(conflict_handler)
960 def set_conflict_handler(self, handler): member in class:OptionContainer

Completed in 156 milliseconds