Searched refs:namestoblock (Results 1 – 1 of 1) sorted by relevance
92 def __init__(self, *namestoblock): argument93 self.namestoblock = dict.fromkeys(namestoblock)95 if fullname in self.namestoblock: