MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / __init__

Method __init__

app/update/result.py:66–70  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

64class _ResultDecoder(json.JSONDecoder):
65
66 def __init__(self, *args, **kwargs):
67 json.JSONDecoder.__init__(self,
68 object_hook=self._decode_object,
69 *args,
70 **kwargs)
71
72 def _decode_object(self, obj):
73 if 'timestamp' in obj:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected