Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ _decode_object
Method
_decode_object
app/update/result.py:72–75 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
70
**kwargs)
71
72
def
_decode_object(self, obj):
73
if
'timestamp'
in obj:
74
obj[
'timestamp'
] = iso8601.parse(obj[
'timestamp'
])
75
return
obj
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected