Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_importhooks.py92 def __init__(self, *namestoblock): argument
93 self.namestoblock = dict.fromkeys(namestoblock)
95 if fullname in self.namestoblock: