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

Method max_limit

st2api/st2api/controllers/v1/auth.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def max_limit(self):
94 return cfg.CONF.api.max_page_size
95
96 def get_all(self, requester_user, show_secrets=None, limit=None, offset=0):
97 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected