MCPcopy Create free account
hub / github.com/pallets/flask / to_python

Method to_python

src/flask/json/tag.py:143–144  ·  view source on GitHub ↗
(self, value: t.Any)

Source from the content-addressed store, hash-verified

141 return [self.serializer.tag(item) for item in value]
142
143 def to_python(self, value: t.Any) -> t.Any:
144 return tuple(value)
145
146
147class PassList(JSONTag):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected