MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / enhancer

Method enhancer

autofigure/agent.py:97–101  ·  view source on GitHub ↗

Lazy-load image enhancer.

(self)

Source from the content-addressed store, hash-verified

95
96 @property
97 def enhancer(self) -> ImageEnhancer:
98 """Lazy-load image enhancer."""
99 if self._enhancer is None:
100 self._enhancer = ImageEnhancer(self.config)
101 return self._enhancer
102
103 def generate(
104 self,

Callers

nothing calls this directly

Calls 1

ImageEnhancerClass · 0.85

Tested by

no test coverage detected