MCPcopy Create free account
hub / github.com/StackStorm/st2 / aggregate

Method aggregate

st2common/st2common/models/db/__init__.py:627–628  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

625 return result
626
627 def aggregate(self, *args, **kwargs):
628 return self.model.objects(**kwargs)._collection.aggregate(*args, **kwargs)
629
630 def insert(self, instance):
631 instance = self.model.objects.insert(instance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected