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

Method get_parameters

api_app/admin.py:184–185  ·  view source on GitHub ↗
(self, obj: PythonModule)

Source from the content-addressed store, hash-verified

182
183 @admin.display(description="Parameters")
184 def get_parameters(self, obj: PythonModule):
185 return list(obj.parameters.filter(is_secret=False).order_by("-name"))
186
187 @admin.display(description="Secrets")
188 def get_secrets(self, obj: PythonModule):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected