Home
last modified time | relevance | path

Searched refs:replaced_module (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_ordered_dict.py20 def replaced_module(name, replacement): function
298 with replaced_module('collections', self.module):
335 with replaced_module('collections', self.module):
Dtest_functools.py27 def replaced_module(name, replacement): function
436 self._cm = replaced_module("functools", py_functools)