Home | History | Annotate | Download | only in python2.7

Lines Matching refs:merge

885         # Initialize globals, and merge in extraglobs.
1260 # Merge in the example's options.
1498 def merge(self, other):
1504 #print "*** DocTestRunner.merge: '" + name + "' in both" \
1894 master.merge(runner)
2019 master.merge(runner)
2108 def merge(self, other):
2109 self.testrunner.merge(other.testrunner)