MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / GetNameResponse

Class GetNameResponse

bmtools/tools/meta_analysis/api.py:350–353  ·  view source on GitHub ↗

name list

Source from the content-addressed store, hash-verified

348 return allcon
349
350class GetNameResponse(BaseModel):
351
352 """name list"""
353 names: List[str]
354
355class GetStructureResponse(BaseModel):
356

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected