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

Method to_python

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

Source from the content-addressed store, hash-verified

199 return value.hex
200
201 def to_python(self, value: t.Any) -> t.Any:
202 return UUID(value)
203
204
205class TagDateTime(JSONTag):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected