MCPcopy
hub / github.com/mudler/LocalAI / set_code

Method set_code

backend/python/insightface/test.py:113–114  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

111 self.details = None
112
113 def set_code(self, code):
114 self.code = code
115
116 def set_details(self, details):
117 self.details = details

Callers 15

TokenizeStringMethod · 0.45
PredictMethod · 0.45
PredictStreamMethod · 0.45
EmbeddingMethod · 0.45
TokenizeStringMethod · 0.45
PredictMethod · 0.45
PredictStreamMethod · 0.45
EmbeddingMethod · 0.45
GenerateImageMethod · 0.45
AudioTranscriptionMethod · 0.45
PredictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected