Home
last modified time | relevance | path

Searched refs:ImportManager (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/
DPlaygroundWithDemoOfUnclonedParametersProblemTest.java26 ImportManager importManager;
34 importManager = new ImportManager(importLogDao); in setUp()
85 public class ImportManager {
87 public ImportManager(ImportLogDao pImportLogDao) {
/external/python/cpython2/Doc/library/
Dimputil.rst21 .. class:: ImportManager([fs_imp])
25 .. method:: ImportManager.install([namespace])
27 Install this ImportManager into the specified namespace.
29 .. method:: ImportManager.uninstall()
33 .. method:: ImportManager.add_suffix(suffix, importFunc)
/external/python/cpython2/Lib/
Dimputil.py30 class ImportManager: class
624 ImportManager().install()
/external/python/cpython2/Misc/
DHISTORY7584 - imputil: added an uninstall() method to the ImportManager.
/external/python/cpython3/Misc/
DHISTORY24963 - imputil: added an uninstall() method to the ImportManager.