Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ to_python
Method
to_python
st2common/st2common/models/db/stormbase.py:156–158 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
154
)
155
156
def
to_python(self, value):
157
value = super(EscapedDynamicField, self).to_python(value)
158
return
mongoescape.unescape_chars(value)
159
160
161
class
TagField(me.EmbeddedDocument):
Callers
nothing calls this directly
Calls
1
to_python
Method · 0.45
Tested by
no test coverage detected