Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Materials-Consortia/optimade-python-tools
/ InfoResponse
Class
InfoResponse
optimade/models/responses.py:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
class
InfoResponse(Success):
66
data: Annotated[
67
BaseInfoResource, StrictField(description=
"The implementations /info data."
)
68
]
69
70
71
class
EntryResponseOne(Success):
Callers
1
get_info
Function · 0.90
Calls
1
StrictField
Function · 0.90
Tested by
no test coverage detected