MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / init

Method init

eval_code/recons/models/moge/utils/pipeline.py:181–185  ·  view source on GitHub ↗

This method is called the the thread or process is started, to initialize any resources that is only held in the thread or process.

(self)

Source from the content-addressed store, hash-verified

179 super().__init__(running_as, 0, out_buffer_size)
180
181 def init(self) -> None:
182 """
183 This method is called the the thread or process is started, to initialize any resources that is only held in the thread or process.
184 """
185 pass
186
187 @abstractmethod
188 def provide(self) -> Generator[Any, None, None]:

Callers 1

_loop_fnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected