MCPcopy Index your code
hub / github.com/feast-dev/feast / __str__

Method __str__

sdk/python/feast/data_source.py:273–274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 return hash((self.name, self.timestamp_field))
272
273 def __str__(self):
274 return str(MessageToJson(self.to_proto()))
275
276 def __eq__(self, other):
277 if other is None:

Callers

nothing calls this directly

Calls 1

to_protoMethod · 0.95

Tested by

no test coverage detected