MCPcopy Create free account
hub / github.com/feast-dev/feast / __str__

Method __str__

sdk/python/feast/project.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 return True
98
99 def __str__(self):
100 return str(MessageToJson(self.to_proto()))
101
102 def __lt__(self, other):
103 return self.name < other.name

Callers

nothing calls this directly

Calls 1

to_protoMethod · 0.95

Tested by

no test coverage detected