MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / config_class

Method config_class

api_app/models.py:210–217  ·  view source on GitHub ↗

Get the configuration class of the module. Returns: Type[PythonConfig]: The configuration class.

(self)

Source from the content-addressed store, hash-verified

208
209 @cached_property
210 def config_class(self) -> Type["PythonConfig"]:
211 """
212 Get the configuration class of the module.
213
214 Returns:
215 Type[PythonConfig]: The configuration class.
216 """
217 return self.python_class.config_model
218
219 @property
220 def queue(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected