Searched refs:othernamemappers (Results 1 – 1 of 1) sorted by relevance
891 def __init__(self, fp, modname, basesuite, othernamemappers=None, interact=1, argument899 if othernamemappers:900 self.othernamemappers = othernamemappers[:]902 self.othernamemappers = []923 for mapper in self.othernamemappers:925 self.othernamemappers.remove(mapper)943 for mapper in self.othernamemappers: