MCPcopy Index your code
hub / github.com/StackStorm/st2 / count

Method count

st2common/st2common/persistence/base.py:109–110  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

107
108 @classmethod
109 def count(cls, *args, **kwargs):
110 return cls._get_impl().count(*args, **kwargs)
111
112 @classmethod
113 def query(cls, *args, **kwargs):

Callers 15

_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45
_get_linkFunction · 0.45

Calls 1

_get_implMethod · 0.45