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

Class PythonModuleSerializer

api_app/serializers/plugin.py:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270
271class PythonModuleSerializer(rfs.ModelSerializer):
272 class Meta:
273 model = PythonModule
274 fields = ["module", "base_path"]
275
276
277class ParameterCompleteSerializer(rfs.ModelSerializer):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected