MCPcopy 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
65class InfoResponse(Success):
66 data: Annotated[
67 BaseInfoResource, StrictField(description="The implementations /info data.")
68 ]
69
70
71class EntryResponseOne(Success):

Callers 1

get_infoFunction · 0.90

Calls 1

StrictFieldFunction · 0.90

Tested by

no test coverage detected