def __init__( self, perFileSettings ):
     iterateapi.IterateAPI.__init__( self )
     self._code = GrowCode()
     self._namespace = []
     self.inClass = []
     self._protectionIgnoring = protectionignoring.ProtectionIgnoring()
     self._voodoomocks = []
     self._chainCache = None
     self._perFileSettings = perFileSettings