Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ __str__
Method
__str__
sdk/python/feast/project_metadata.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
True
74
75
def
__str__(self):
76
return
str(MessageToJson(self.to_proto()))
77
78
def
__lt__(self, other):
79
return
self.project_name < other.project_name
Callers
nothing calls this directly
Calls
1
to_proto
Method · 0.95
Tested by
no test coverage detected