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

Method max_limit

st2api/st2api/controllers/resource.py:128–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 # Maximum value of limit which can be specified by user
127 @property
128 def max_limit(self):
129 return cfg.CONF.api.max_page_size
130
131 def _get_all(
132 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected