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

Method prepare_query_value

st2common/st2common/fields.py:166–167  ·  view source on GitHub ↗
(self, op, value)

Source from the content-addressed store, hash-verified

164 return self._convert_from_datetime(value)
165
166 def prepare_query_value(self, op, value):
167 return self._convert_from_datetime(value)
168
169
170class BaseList(list):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected