MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_projects

Method get_projects

src/bcf/bcf/v3/bcfapi.py:228–229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226 return response.status_code, response.reason
227
228 def get_projects(self) -> list[Any]:
229 return self.get("/projects")
230
231 def get_project(self, project_id: str = "") -> dict[str, Any]:
232 return self.get(

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected